diff options
| author | Dave Love | 2000-05-31 21:17:57 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-31 21:17:57 +0000 |
| commit | bf9e8804fc42e4102cf84f39dfcdd2f069013bdd (patch) | |
| tree | 70dc4a577f557fef68bea215ddd45a2762a7eea0 /src/textprop.c | |
| parent | 17da7e4c5d6c96249b520ad1269be6864b3151bf (diff) | |
| download | emacs-bf9e8804fc42e4102cf84f39dfcdd2f069013bdd.tar.gz emacs-bf9e8804fc42e4102cf84f39dfcdd2f069013bdd.zip | |
Revert last change -- duplicated.
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 5 |
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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -54,7 +54,6 @@ Lisp_Object Qpoint_left; | |||
| 54 | Lisp_Object Qpoint_entered; | 54 | Lisp_Object Qpoint_entered; |
| 55 | Lisp_Object Qcategory; | 55 | Lisp_Object Qcategory; |
| 56 | Lisp_Object Qlocal_map; | 56 | Lisp_Object Qlocal_map; |
| 57 | Lisp_Object Qkeymap; | ||
| 58 | 57 | ||
| 59 | /* Visual properties text (including strings) may have. */ | 58 | /* Visual properties text (including strings) may have. */ |
| 60 | Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; | 59 | Lisp_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); |