Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/objects.h Thu Jan 28 04:27:30 2010 -0600 +++ b/src/objects.h Fri Jan 29 23:38:50 2010 -0600 @@ -76,8 +76,4 @@ void set_face_boolean_attached_to (Lisp_Object obj, Lisp_Object face, Lisp_Object property); -/* Defined in search.c, used in mule-charset.c; slightly ugly to declare it - here, but oh well. */ -EXFUN (Fregexp_quote, 1); - #endif /* INCLUDED_objects_h_ */