Mercurial > emacs
changeset 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 | 5db8a01b22cb |
children | 119880025e8f |
files | src/intervals.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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;