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-fns.el


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

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.29 emacs/lisp/help-fns.el:1.30
*** emacs/lisp/help-fns.el:1.29 Wed Feb 12 06:41:10 2003
--- emacs/lisp/help-fns.el      Wed Feb 12 18:13:43 2003
***************
*** 291,299 ****
      (princ ".")
      (terpri)
      (when (commandp function)
!       (let* ((remapped (remap-command function))
             (keys (where-is-internal
!                  (or remapped function) overriding-local-map nil nil)))
        (when remapped
          (princ "It is remapped to `")
          (princ (symbol-name remapped))
--- 291,299 ----
      (princ ".")
      (terpri)
      (when (commandp function)
!       (let* ((remapped (command-remapping function))
             (keys (where-is-internal
!                   (or remapped function) overriding-local-map nil nil)))
        (when remapped
          (princ "It is remapped to `")
          (princ (symbol-name remapped))




reply via email to

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