comparison src/syntax.h @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 8e84bee8ddd0
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
253 syntax table itself. */ 253 syntax table itself. */
254 Lisp_Object syntax_match (Lisp_Object table, Emchar ch); 254 Lisp_Object syntax_match (Lisp_Object table, Emchar ch);
255 255
256 extern int no_quit_in_re_search; 256 extern int no_quit_in_re_search;
257 extern struct buffer *regex_emacs_buffer; 257 extern struct buffer *regex_emacs_buffer;
258 extern int regex_emacs_buffer_p;
258 259
259 void update_syntax_table (struct Lisp_Char_Table *ct); 260 void update_syntax_table (struct Lisp_Char_Table *ct);
260 261
261 #endif /* _XEMACS_SYNTAX_H_ */ 262 #endif /* _XEMACS_SYNTAX_H_ */