comparison src/objects.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 98af8a976fc3
children 5502045ec510 b5df3737028a
comparison
equal deleted inserted replaced
4959:bd169a24a554 4960:45b6288416e3
74 *****************************************************************************/ 74 *****************************************************************************/
75 75
76 void set_face_boolean_attached_to (Lisp_Object obj, Lisp_Object face, 76 void set_face_boolean_attached_to (Lisp_Object obj, Lisp_Object face,
77 Lisp_Object property); 77 Lisp_Object property);
78 78
79 /* Defined in search.c, used in mule-charset.c; slightly ugly to declare it
80 here, but oh well. */
81 EXFUN (Fregexp_quote, 1);
82
83 #endif /* INCLUDED_objects_h_ */ 79 #endif /* INCLUDED_objects_h_ */