comparison src/syntax.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 8626e4521993
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
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;
80 77
81 Lisp_Object Vstandard_syntax_table; 78 Lisp_Object Vstandard_syntax_table;
82 79
83 Lisp_Object Vsyntax_designator_chars_string; 80 Lisp_Object Vsyntax_designator_chars_string;
84 81