diff 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
line wrap: on
line diff
--- a/src/syntax.c	Mon Aug 13 11:00:13 2007 +0200
+++ b/src/syntax.c	Mon Aug 13 11:01:07 2007 +0200
@@ -75,6 +75,9 @@
    and the like. */
 struct buffer *regex_emacs_buffer;
 
+/* Tell the regex routines whether buffer is used or not. */
+int regex_emacs_buffer_p;
+
 Lisp_Object Vstandard_syntax_table;
 
 Lisp_Object Vsyntax_designator_chars_string;