# HG changeset patch # User Dave Love # Date 959807666 0 # Node ID 1b4cce65b60f7affc9731aafd58dfdfb8b6102db # Parent ad75bd88120f3e0249a84512a64a33ae8150f286 Revert last change -- duplicated. diff -r ad75bd88120f -r 1b4cce65b60f src/textprop.c --- a/src/textprop.c Wed May 31 20:00:24 2000 +0000 +++ b/src/textprop.c Wed May 31 21:14:26 2000 +0000 @@ -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_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 @@ 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);