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
69bb837e
Commit
69bb837e
authored
Nov 18, 1998
by
Richard M. Stallman
Browse files
(Qmouse_face): Variable definition moved here.
(syms_of_textprop): Initialize it.
parent
65a04b96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/textprop.c
src/textprop.c
+3
-1
No files found.
src/textprop.c
View file @
69bb837e
...
...
@@ -59,7 +59,7 @@ Lisp_Object Qlocal_map;
/* Visual properties text (including strings) may have. */
Lisp_Object
Qforeground
,
Qbackground
,
Qfont
,
Qunderline
,
Qstipple
;
Lisp_Object
Qinvisible
,
Qread_only
,
Qintangible
;
Lisp_Object
Qinvisible
,
Qread_only
,
Qintangible
,
Qmouse_face
;
/* Sticky properties */
Lisp_Object
Qfront_sticky
,
Qrear_nonsticky
;
...
...
@@ -1679,6 +1679,8 @@ This also inhibits the use of the `intangible' text property.");
Qfront_sticky
=
intern
(
"front-sticky"
);
staticpro
(
&
Qrear_nonsticky
);
Qrear_nonsticky
=
intern
(
"rear-nonsticky"
);
staticpro
(
&
Qmouse_face
);
Qmouse_face
=
intern
(
"mouse-face"
);
/* Properties that text might use to specify certain actions */
...
...
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