From: Stefan Monnier Date: Wed, 22 Aug 2007 16:44:09 +0000 (+0000) Subject: (Fclear_face_cache, Fx_send_client_event): Declare. X-Git-Tag: emacs-pretest-22.1.90~947 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5772ed4bf34e2c64ccb2a7699a1769072a263c18;p=emacs.git (Fclear_face_cache, Fx_send_client_event): Declare. --- diff --git a/src/ChangeLog b/src/ChangeLog index 292bb68474a..b0a6698a7cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2007-08-22 Stefan Monnier + * 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. diff --git a/src/lisp.h b/src/lisp.h index 7499349a193..f65f46bab6d 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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 */