Mercurial > emacs
changeset 11131:5db8a01b22cb
(Vdefault_text_properties): name changed from Vdefault_properties.
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Mon, 27 Mar 1995 16:04:57 +0000 |
parents | 052869c2f609 |
children | e4770cb46861 |
files | src/textprop.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/textprop.c Mon Mar 27 16:02:44 1995 +0000 +++ b/src/textprop.c Mon Mar 27 16:04:57 1995 +0000 @@ -64,7 +64,7 @@ #define PLIST_ELT_P(o1, o2) (CONSP (o1) && ((o2)=XCONS (o1)->cdr, CONSP (o2))) Lisp_Object Vinhibit_point_motion_hooks; -Lisp_Object Vdefault_properties; +Lisp_Object Vdefault_text_properties; /* Extract the interval at the position pointed to by BEGIN from @@ -1393,11 +1393,11 @@ void syms_of_textprop () { - DEFVAR_LISP ("default-properties", &Vdefault_properties, + DEFVAR_LISP ("default-text-properties", &Vdefault_text_properties, "Property-list used as default values.\n\ -The value of a property in this list is seen as the value for every character\n\ -that does not have its own value for that property."); - Vdefault_properties = Qnil; +The value of a property in this list is seen as the value for every\n\ +character that does not have its own value for that property."); + Vdefault_text_properties = Qnil; DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, "If non-nil, don't run `point-left' and `point-entered' text properties.\n\