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: Sat, 23 Feb 2002 17:27:39 -0500

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.6 emacs/lisp/help-fns.el:1.7
*** emacs/lisp/help-fns.el:1.6  Wed Feb  6 18:05:03 2002
--- emacs/lisp/help-fns.el      Sat Feb 23 17:27:39 2002
***************
*** 207,215 ****
      (princ ".")
      (terpri)
      (when (commandp function)
!       (let* ((binding (and (symbolp function) (commandp function)
!                          (key-binding function nil t)))
!            (remapped (and (symbolp binding) (commandp binding) binding))
             (keys (where-is-internal
                   (or remapped function) overriding-local-map nil nil)))
        (when remapped
--- 207,213 ----
      (princ ".")
      (terpri)
      (when (commandp function)
!       (let* ((remapped (remap-command function))
             (keys (where-is-internal
                   (or remapped function) overriding-local-map nil nil)))
        (when remapped



reply via email to

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