Mercurial > emacs
diff src/textprop.c @ 23729:cf1cbb0e5d5b
(Qmouse_face): Variable definition moved here.
(syms_of_textprop): Initialize it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 18 Nov 1998 01:38:14 +0000 |
parents | 2ec50b4767ed |
children | 866dad44a275 |
line wrap: on
line diff
--- a/src/textprop.c Tue Nov 17 16:27:02 1998 +0000 +++ b/src/textprop.c Wed Nov 18 01:38:14 1998 +0000 @@ -59,7 +59,7 @@ /* 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 @@ 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 */