mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Remove an outdated comment
* lisp/subr.el: Remove comment to reflect recent change in the definition of global-map, esc-map and ctl-x-map.
This commit is contained in:
parent
3dc3874c76
commit
c8448f6185
1 changed files with 0 additions and 3 deletions
|
|
@ -1239,9 +1239,6 @@ in a cleaner way with command remapping, like this:
|
|||
|
||||
;;;; 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue