Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bf9e8804
Commit
bf9e8804
authored
May 31, 2000
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert last change -- duplicated.
parent
17da7e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/ChangeLog
src/ChangeLog
+4
-0
src/textprop.c
src/textprop.c
+1
-4
No files found.
src/ChangeLog
View file @
bf9e8804
No preview for this file type
src/textprop.c
View file @
bf9e8804
/* 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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment