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
23ad4658
Commit
23ad4658
authored
Mar 07, 1993
by
Richard M. Stallman
Browse files
(Qmodification_hooks): Renamed from Qmodification.
(syms_of_textprop): Changed accordingly.
parent
294efdbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/textprop.c
src/textprop.c
+4
-4
No files found.
src/textprop.c
View file @
23ad4658
/* Interface code for dealing with text properties.
Copyright (C) 199
2
Free Software Foundation, Inc.
Copyright (C) 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -43,7 +43,7 @@ Lisp_Object Qmouse_left;
Lisp_Object
Qmouse_entered
;
Lisp_Object
Qpoint_left
;
Lisp_Object
Qpoint_entered
;
Lisp_Object
Qmodification
;
Lisp_Object
Qmodification
_hooks
;
/* Visual properties text (including strings) may have. */
Lisp_Object
Qforeground
,
Qbackground
,
Qfont
,
Qunderline
,
Qstipple
;
...
...
@@ -1023,8 +1023,8 @@ percentage by which the left interval tree should not differ from the right.");
Qpoint_left
=
intern
(
"point-left"
);
staticpro
(
&
Qpoint_entered
);
Qpoint_entered
=
intern
(
"point-entered"
);
staticpro
(
&
Qmodification
);
Qmodification
=
intern
(
"modification"
);
staticpro
(
&
Qmodification
_hooks
);
Qmodification
_hooks
=
intern
(
"modification
-hooks
"
);
defsubr
(
&
Stext_properties_at
);
defsubr
(
&
Sget_text_property
);
...
...
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