]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fclear_face_cache, Fx_send_client_event): Declare.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 22 Aug 2007 16:44:09 +0000 (16:44 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 22 Aug 2007 16:44:09 +0000 (16:44 +0000)
src/ChangeLog
src/lisp.h

index 292bb68474a2c7b42c9fde0c29586d1092e69fc3..b0a6698a7cbe8faafe51251eac84135a3468ba61 100644 (file)
@@ -1,5 +1,7 @@
 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
+
        * lread.c (Vold_style_backquotes): New var.
        (syms_of_lread): Init and export it to Elisp.
        (read1): Set it when we find an old-style (back)quote.
index 7499349a1935ec8a51bfb45884827f2d2043d2a3..f65f46bab6dd70b9e2f706ff3d54a595f1b30a1f 100644 (file)
@@ -3238,6 +3238,7 @@ EXFUN (Fx_file_dialog, 5);
 #endif
 
 /* Defined in xfaces.c */
+EXFUN (Fclear_face_cache, 1);
 extern void syms_of_xfaces P_ ((void));
 
 #ifndef HAVE_GETLOADAVG
@@ -3253,6 +3254,7 @@ extern void syms_of_xfns P_ ((void));
 extern void syms_of_xsmfns P_ ((void));
 
 /* Defined in xselect.c */
+EXFUN (Fx_send_client_event, 6);
 extern void syms_of_xselect P_ ((void));
 
 /* Defined in xterm.c */