diff src/lisp.h @ 29925:2fdc619acc14

(swap_in_global_binding): Declare.
author Dave Love <fx@gnu.org>
date Sun, 25 Jun 2000 15:57:54 +0000
parents d092cbe8cae7
children 3a3b1bda631d
line wrap: on
line diff
--- a/src/lisp.h	Sun Jun 25 10:17:54 2000 +0000
+++ b/src/lisp.h	Sun Jun 25 15:57:54 2000 +0000
@@ -1886,6 +1886,7 @@
 extern Lisp_Object set_internal P_ ((Lisp_Object, Lisp_Object, struct buffer *, int));
 extern void syms_of_data P_ ((void));
 extern void init_data P_ ((void));
+extern void swap_in_global_binding P_ ((Lisp_Object));
 
 /* Defined in cmds.c */
 EXFUN (Fend_of_line, 1);
@@ -2844,7 +2845,6 @@
 extern void syms_of_xfns P_ ((void));
 extern void init_xfns P_ ((void));
 EXFUN (Fxw_display_color_p, 1);
-/* Fixme: x_defined_color needs declaring, but needs FRAME_PTR and XColor. */
 #endif /* HAVE_X_WINDOWS */
 
 /* Defined in xselect.c */