emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/lisp.h,v [EMACS_22_BASE]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h,v [EMACS_22_BASE]
Date: Wed, 22 Aug 2007 16:44:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/22 16:44:11

Index: lisp.h
===================================================================
RCS file: /sources/emacs/emacs/src/lisp.h,v
retrieving revision 1.574.2.2
retrieving revision 1.574.2.3
diff -u -b -r1.574.2.2 -r1.574.2.3
--- lisp.h      8 Aug 2007 07:49:16 -0000       1.574.2.2
+++ lisp.h      22 Aug 2007 16:44:09 -0000      1.574.2.3
@@ -3238,6 +3238,7 @@
 #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_xsmfns P_ ((void));
 
 /* Defined in xselect.c */
+EXFUN (Fx_send_client_event, 6);
 extern void syms_of_xselect P_ ((void));
 
 /* Defined in xterm.c */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]