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 /src/lisp.h | |
| parent | ff1104509225439f10da8e3e187fcfe5ff78bdeb (diff) | |
| download | emacs-5772ed4bf34e2c64ccb2a7699a1769072a263c18.tar.gz emacs-5772ed4bf34e2c64ccb2a7699a1769072a263c18.zip | |
(Fclear_face_cache, Fx_send_client_event): Declare.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |