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:
parent
77223f057e
commit
7ffbe7e224
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue