From bf9e8804fc42e4102cf84f39dfcdd2f069013bdd Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 31 May 2000 21:17:57 +0000 Subject: [PATCH] Revert last change -- duplicated. --- src/ChangeLog | 4 ++++ 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 @@ +2000-05-31 Dave Love + + * textprop.c: Revert last change -- duplicated. + 2000-05-31 Gerd Moellmann * 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 @@ /* Interface code for dealing with text properties. - Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1997, 1999 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -54,7 +54,6 @@ Lisp_Object Qpoint_left; Lisp_Object Qpoint_entered; Lisp_Object Qcategory; Lisp_Object Qlocal_map; -Lisp_Object Qkeymap; /* Visual properties text (including strings) may have. */ Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; @@ -1870,8 +1869,6 @@ rear-nonsticky properties of the character overrides NONSTICKINESS."); Qcategory = intern ("category"); staticpro (&Qlocal_map); Qlocal_map = intern ("local-map"); - staticpro (&Qkeymap); - Qkeymap = intern ("keymap"); staticpro (&Qfront_sticky); Qfront_sticky = intern ("front-sticky"); staticpro (&Qrear_nonsticky); -- 2.39.5