]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-help-screen): Use *only* local-map to look up keys.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Jan 1995 18:49:48 +0000 (18:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Jan 1995 18:49:48 +0000 (18:49 +0000)
lisp/help-macro.el

index 1e70992e296f8b234315e13605f475b6fe28880a..1053b4161b6a17d0648627dc4a56b20d55d2dac7 100644 (file)
@@ -150,9 +150,7 @@ and then returns."
                         (setq unread-command-events
                               (cons char unread-command-events)
                               config nil)
-                      (let ((defn
-                              (let ((overriding-local-map local-map))
-                                (key-binding key))))
+                      (let ((defn (lookup-key local-map key)))
                         (if defn
                             (progn
                               (if config