diff options
| author | Stefan Kangas | 2021-01-07 18:51:50 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-01-07 18:51:50 +0100 |
| commit | c8448f61858c156dcdc78bb88171544a4eff0ff5 (patch) | |
| tree | 4362946b1a39b23f9fe97aa2a2a7f7ee87961271 | |
| parent | 3dc3874c768060e720aecc1c4ac0e87eea44d073 (diff) | |
| download | emacs-c8448f61858c156dcdc78bb88171544a4eff0ff5.tar.gz emacs-c8448f61858c156dcdc78bb88171544a4eff0ff5.zip | |
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.
| -rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index a5a979a2172..11aabfe504d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1239,9 +1239,6 @@ in a cleaner way with command remapping, like this: | |||
| 1239 | 1239 | ||
| 1240 | ;;;; The global keymap tree. | 1240 | ;;;; The global keymap tree. |
| 1241 | 1241 | ||
| 1242 | ;; global-map, esc-map, and ctl-x-map have their values set up in | ||
| 1243 | ;; keymap.c; we just give them docstrings here. | ||
| 1244 | |||
| 1245 | (defvar esc-map | 1242 | (defvar esc-map |
| 1246 | (let ((map (make-keymap))) | 1243 | (let ((map (make-keymap))) |
| 1247 | (define-key map "u" #'upcase-word) | 1244 | (define-key map "u" #'upcase-word) |