mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Vdefault_text_properties: name changed from Vdefault_properties.
This commit is contained in:
parent
ad1b2f20ac
commit
b9439338ff
1 changed files with 1 additions and 2 deletions
|
|
@ -201,7 +201,6 @@ extern INTERVAL balance_intervals ();
|
|||
extern INLINE void copy_intervals_to_string ();
|
||||
extern INTERVAL copy_intervals ();
|
||||
extern Lisp_Object textget ();
|
||||
extern Lisp_Object textget_direct ();
|
||||
extern Lisp_Object get_local_map ();
|
||||
|
||||
/* Declared in textprop.c */
|
||||
|
|
@ -220,7 +219,7 @@ extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple;
|
|||
extern Lisp_Object Qinvisible, Qintangible, Qread_only;
|
||||
|
||||
extern Lisp_Object Vinhibit_point_motion_hooks;
|
||||
extern Lisp_Object Vdefault_properties;
|
||||
extern Lisp_Object Vdefault_text_properties;
|
||||
|
||||
/* Sticky properties */
|
||||
extern Lisp_Object Qfront_sticky, Qrear_nonsticky;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue