Mercurial > emacs
diff src/intervals.h @ 11132:e4770cb46861
Vdefault_text_properties: name changed from Vdefault_properties.
| author | Boris Goldowsky <boris@gnu.org> |
|---|---|
| date | Mon, 27 Mar 1995 16:05:28 +0000 |
| parents | 7fd3688d36a3 |
| children | ac7375e60931 |
line wrap: on
line diff
--- a/src/intervals.h Mon Mar 27 16:04:57 1995 +0000 +++ b/src/intervals.h Mon Mar 27 16:05:28 1995 +0000 @@ -201,7 +201,6 @@ 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 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;
