diff options
| author | Stefan Monnier | 2009-04-13 18:45:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-04-13 18:45:12 +0000 |
| commit | 86fa089ec05c413bb2c30dd06cce852ec917bc51 (patch) | |
| tree | 7c45b99ca3cce7923b7e17ea6953db13a41fee08 /src/lisp.h | |
| parent | 96d98c408ae64c98f71ef34a9d91797fac71c13e (diff) | |
| download | emacs-86fa089ec05c413bb2c30dd06cce852ec917bc51.tar.gz emacs-86fa089ec05c413bb2c30dd06cce852ec917bc51.zip | |
* nsselect.m (symbol_to_nsstring, clean_local_selection_data)
(ns_string_to_pasteboard_internal):
* nsmenu.m (process_dialog):
* nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
* nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
* lisp.h (Fx_load_color_file): Declare.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 84252dd8288..84dcc8fb23e 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3330,6 +3330,7 @@ EXFUN (Fx_focus_frame, 1); | |||
| 3330 | 3330 | ||
| 3331 | /* Defined in xfaces.c */ | 3331 | /* Defined in xfaces.c */ |
| 3332 | EXFUN (Fclear_face_cache, 1); | 3332 | EXFUN (Fclear_face_cache, 1); |
| 3333 | EXFUN (Fx_load_color_file, 1); | ||
| 3333 | extern void syms_of_xfaces P_ ((void)); | 3334 | extern void syms_of_xfaces P_ ((void)); |
| 3334 | 3335 | ||
| 3335 | #ifndef HAVE_GETLOADAVG | 3336 | #ifndef HAVE_GETLOADAVG |