diff options
author | Kenichi Handa <handa@m17n.org> | 2004-04-08 11:39:14 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-04-08 11:39:14 +0000 |
commit | 839966f33341183feaa61d5d644de7e750db76e7 (patch) | |
tree | bdc2779743052a1001d5400e088ee74d8e5a710c /src/syntax.h | |
parent | cc1ba238bdce8bb352ce077f510017cb61cb1e07 (diff) | |
download | emacs-839966f33341183feaa61d5d644de7e750db76e7.tar.gz emacs-839966f33341183feaa61d5d644de7e750db76e7.tar.bz2 emacs-839966f33341183feaa61d5d644de7e750db76e7.zip |
Sync to HEAD.
Diffstat (limited to 'src/syntax.h')
-rw-r--r-- | src/syntax.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/syntax.h b/src/syntax.h index bdf7ebb31bd..21f24dbd100 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -344,3 +344,6 @@ extern int parse_sexp_lookup_properties; extern INTERVAL interval_of P_ ((int, Lisp_Object)); extern int scan_words P_ ((int, int)); + +/* arch-tag: 28833cca-cd73-4741-8c85-a3111166a0e0 + (do not change this comment) */ |