emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c8448f6: Remove an outdated comment


From: Stefan Kangas
Subject: master c8448f6: Remove an outdated comment
Date: Thu, 7 Jan 2021 12:55:01 -0500 (EST)

branch: master
commit c8448f61858c156dcdc78bb88171544a4eff0ff5
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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.
---
 lisp/subr.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index a5a979a..11aabfe 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]