(Qfont): Declare here.
authorKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 05:07:01 +0000 (05:07 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 05:07:01 +0000 (05:07 +0000)
src/lisp.h

index f235e1f..c13a1e7 100644 (file)
@@ -1770,7 +1770,7 @@ extern Lisp_Object truncate_undo_list ();
 
 /* defined in textprop.c */
 extern Lisp_Object Qmodification_hooks;
-extern Lisp_Object Qrear_nonsticky;
+extern Lisp_Object Qrear_nonsticky, Qfont;
 extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
 extern Lisp_Object Fnext_property_change ();
 extern Lisp_Object Fnext_single_property_change ();