Mercurial > emacs
changeset 29342:1b4cce65b60f
Revert last change -- duplicated.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 31 May 2000 21:14:26 +0000 |
parents | ad75bd88120f |
children | d34547dec008 |
files | src/textprop.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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);