Mercurial > hg > xemacs-beta
comparison src/syntax.c @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | c5d627a313b1 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
366:83d76f480a59 | 367:a4f53d9b3154 |
---|---|
72 int no_quit_in_re_search; | 72 int no_quit_in_re_search; |
73 | 73 |
74 /* Tell the regex routines which buffer to access for SYNTAX() lookups | 74 /* Tell the regex routines which buffer to access for SYNTAX() lookups |
75 and the like. */ | 75 and the like. */ |
76 struct buffer *regex_emacs_buffer; | 76 struct buffer *regex_emacs_buffer; |
77 | |
78 /* Tell the regex routines whether buffer is used or not. */ | |
79 int regex_emacs_buffer_p; | |
77 | 80 |
78 Lisp_Object Vstandard_syntax_table; | 81 Lisp_Object Vstandard_syntax_table; |
79 | 82 |
80 Lisp_Object Vsyntax_designator_chars_string; | 83 Lisp_Object Vsyntax_designator_chars_string; |
81 | 84 |