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 | |
| parent | 17da7e4c5d6c96249b520ad1269be6864b3151bf (diff) | |
| download | emacs-bf9e8804fc42e4102cf84f39dfcdd2f069013bdd.tar.gz emacs-bf9e8804fc42e4102cf84f39dfcdd2f069013bdd.zip | |
Revert last change -- duplicated.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/textprop.c | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc88f58198a..6b3a8846c9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-05-31 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * textprop.c: Revert last change -- duplicated. | ||
| 4 | |||
| 1 | 2000-05-31 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-05-31 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put | 7 | * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put |
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); |