mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Revert last change -- duplicated.
This commit is contained in:
parent
17da7e4c5d
commit
bf9e8804fc
2 changed files with 5 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2000-05-31 Dave Love <fx@gnu.org>
|
||||
|
||||
* textprop.c: Revert last change -- duplicated.
|
||||
|
||||
2000-05-31 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue