Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ad1b2f20
Commit
ad1b2f20
authored
Mar 27, 1995
by
Boris Goldowsky
Browse files
(Vdefault_text_properties): name changed from Vdefault_properties.
parent
be9d483d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/textprop.c
src/textprop.c
+5
-5
No files found.
src/textprop.c
View file @
ad1b2f20
...
...
@@ -64,7 +64,7 @@ Lisp_Object Qfront_sticky, Qrear_nonsticky;
#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 @@ copy_text_properties (start, end, src, pos, dest, prop)
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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment