mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 20:37:38 +00:00
(Qfont): Declare here.
This commit is contained in:
parent
9bec625c9e
commit
23bc39b5d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Reference in a new issue