emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Wed, 12 Feb 2003 18:13:44 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.256 emacs/lisp/help.el:1.257
*** emacs/lisp/help.el:1.256    Tue Feb  4 06:23:23 2003
--- emacs/lisp/help.el  Wed Feb 12 18:13:43 2003
***************
*** 431,437 ****
                     (push symbol defs))))
      (princ (mapconcat
              #'(lambda (symbol)
!                 (let* ((remapped (remap-command symbol))
                       (keys (where-is-internal
                              symbol overriding-local-map nil nil remapped))
                         (keys (mapconcat 'key-description keys ", ")))
--- 431,437 ----
                     (push symbol defs))))
      (princ (mapconcat
              #'(lambda (symbol)
!                 (let* ((remapped (command-remapping symbol))
                       (keys (where-is-internal
                              symbol overriding-local-map nil nil remapped))
                         (keys (mapconcat 'key-description keys ", ")))




reply via email to

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