aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 141c3a5317d..e53d77825ff 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -1,5 +1,5 @@
1/* Interface code for dealing with text properties. 1/* Interface code for dealing with text properties.
2 Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc. 2 Copyright (C) 1993, 1994, 1995, 1997, 1999 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -54,7 +54,6 @@ Lisp_Object Qpoint_left;
54Lisp_Object Qpoint_entered; 54Lisp_Object Qpoint_entered;
55Lisp_Object Qcategory; 55Lisp_Object Qcategory;
56Lisp_Object Qlocal_map; 56Lisp_Object Qlocal_map;
57Lisp_Object Qkeymap;
58 57
59/* Visual properties text (including strings) may have. */ 58/* Visual properties text (including strings) may have. */
60Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; 59Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple;
@@ -1870,8 +1869,6 @@ rear-nonsticky properties of the character overrides NONSTICKINESS.");
1870 Qcategory = intern ("category"); 1869 Qcategory = intern ("category");
1871 staticpro (&Qlocal_map); 1870 staticpro (&Qlocal_map);
1872 Qlocal_map = intern ("local-map"); 1871 Qlocal_map = intern ("local-map");
1873 staticpro (&Qkeymap);
1874 Qkeymap = intern ("keymap");
1875 staticpro (&Qfront_sticky); 1872 staticpro (&Qfront_sticky);
1876 Qfront_sticky = intern ("front-sticky"); 1873 Qfront_sticky = intern ("front-sticky");
1877 staticpro (&Qrear_nonsticky); 1874 staticpro (&Qrear_nonsticky);