diff src/lisp.h @ 4960:45b6288416e3

slight cleanup, move EXFUN of regexp-quote to lisp.h -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-29 Ben Wing <ben@xemacs.org> * lisp.h: * objects.h (set_face_boolean_attached_to): Use lisp.h for EXFUN of Fregexp_quote, that's what it's for.
author Ben Wing <ben@xemacs.org>
date Fri, 29 Jan 2010 23:38:50 -0600
parents db2db229ee82
children e813cf16c015
line wrap: on
line diff
--- a/src/lisp.h	Thu Jan 28 04:27:30 2010 -0600
+++ b/src/lisp.h	Fri Jan 29 23:38:50 2010 -0600
@@ -5464,6 +5464,7 @@
 EXFUN (Fskip_chars_backward, 3);
 EXFUN (Fskip_chars_forward, 3);
 EXFUN (Fstring_match, 4);
+EXFUN (Fregexp_quote, 1);
 
 struct re_pattern_buffer;
 struct re_registers;