diff options
| author | Stefan Monnier | 2007-08-22 16:44:09 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-08-22 16:44:09 +0000 |
| commit | 5772ed4bf34e2c64ccb2a7699a1769072a263c18 (patch) | |
| tree | 2b493c32cd2b47c0a935223e6dd372f3e8f219ef | |
| parent | ff1104509225439f10da8e3e187fcfe5ff78bdeb (diff) | |
| download | emacs-5772ed4bf34e2c64ccb2a7699a1769072a263c18.tar.gz emacs-5772ed4bf34e2c64ccb2a7699a1769072a263c18.zip | |
(Fclear_face_cache, Fx_send_client_event): Declare.
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/lisp.h | 2 |
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 @@ | |||
| 1 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-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 */ |
| 3241 | EXFUN (Fclear_face_cache, 1); | ||
| 3241 | extern void syms_of_xfaces P_ ((void)); | 3242 | extern 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)); | |||
| 3253 | extern void syms_of_xsmfns P_ ((void)); | 3254 | extern void syms_of_xsmfns P_ ((void)); |
| 3254 | 3255 | ||
| 3255 | /* Defined in xselect.c */ | 3256 | /* Defined in xselect.c */ |
| 3257 | EXFUN (Fx_send_client_event, 6); | ||
| 3256 | extern void syms_of_xselect P_ ((void)); | 3258 | extern void syms_of_xselect P_ ((void)); |
| 3257 | 3259 | ||
| 3258 | /* Defined in xterm.c */ | 3260 | /* Defined in xterm.c */ |