projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc3874
)
Remove an outdated comment
author
Stefan Kangas
<stefan@marxist.se>
Thu, 7 Jan 2021 17:51:50 +0000
(18:51 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 7 Jan 2021 17:51:50 +0000
(18:51 +0100)
* lisp/subr.el: Remove comment to reflect recent change in the
definition of global-map, esc-map and ctl-x-map.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index a5a979a2172a9c42d0ed9381e8c5753069d53c56..11aabfe504de64be918441e6c90a56c0afcf1f47 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1239,9
+1239,6
@@
in a cleaner way with command remapping, like this:
\f
;;;; The global keymap tree.
-;; global-map, esc-map, and ctl-x-map have their values set up in
-;; keymap.c; we just give them docstrings here.
-
(defvar esc-map
(let ((map (make-keymap)))
(define-key map "u" #'upcase-word)