Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
304bbefc
Commit
304bbefc
authored
Dec 11, 2006
by
Juanma Barranquero
Browse files
(unread-command-char): Reflow obsolescence info.
parent
fc961256
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/subr.el
lisp/subr.el
+2
-1
No files found.
lisp/subr.el
View file @
304bbefc
...
...
@@ -943,7 +943,8 @@ is converted into a string by expressing it in decimal."
(
make-obsolete-variable
'directory-sep-char
"do not use it."
"21.1"
)
(
make-obsolete-variable
'mode-line-inverse-video
"use the appropriate faces instead."
"21.1"
)
(
make-obsolete-variable
'unread-command-char
"use `unread-command-events' instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1."
"use `unread-command-events' instead. That variable is a list of events
to reread, so it now uses nil to mean `no event', instead of -1."
"before 19.15"
)
;; Lisp manual only updated in 22.1.
...
...
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