1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(make-help-screen): Use *only* local-map to look up keys.

This commit is contained in:
Richard M. Stallman 1995-01-19 18:49:48 +00:00
parent 77223f057e
commit 7ffbe7e224

View 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