aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2007-08-22 16:44:09 +0000
committerStefan Monnier2007-08-22 16:44:09 +0000
commit5772ed4bf34e2c64ccb2a7699a1769072a263c18 (patch)
tree2b493c32cd2b47c0a935223e6dd372f3e8f219ef /src
parentff1104509225439f10da8e3e187fcfe5ff78bdeb (diff)
downloademacs-5772ed4bf34e2c64ccb2a7699a1769072a263c18.tar.gz
emacs-5772ed4bf34e2c64ccb2a7699a1769072a263c18.zip
(Fclear_face_cache, Fx_send_client_event): Declare.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/lisp.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 292bb68474a..b0a6698a7cb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> 12007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
4
3 * lread.c (Vold_style_backquotes): New var. 5 * lread.c (Vold_style_backquotes): New var.
4 (syms_of_lread): Init and export it to Elisp. 6 (syms_of_lread): Init and export it to Elisp.
5 (read1): Set it when we find an old-style (back)quote. 7 (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);
3238#endif 3238#endif
3239 3239
3240/* Defined in xfaces.c */ 3240/* Defined in xfaces.c */
3241EXFUN (Fclear_face_cache, 1);
3241extern void syms_of_xfaces P_ ((void)); 3242extern void syms_of_xfaces P_ ((void));
3242 3243
3243#ifndef HAVE_GETLOADAVG 3244#ifndef HAVE_GETLOADAVG
@@ -3253,6 +3254,7 @@ extern void syms_of_xfns P_ ((void));
3253extern void syms_of_xsmfns P_ ((void)); 3254extern void syms_of_xsmfns P_ ((void));
3254 3255
3255/* Defined in xselect.c */ 3256/* Defined in xselect.c */
3257EXFUN (Fx_send_client_event, 6);
3256extern void syms_of_xselect P_ ((void)); 3258extern void syms_of_xselect P_ ((void));
3257 3259
3258/* Defined in xterm.c */ 3260/* Defined in xterm.c */