comparison lisp/help-macro.el @ 10477:b0ac61aef336

(make-help-screen): Use *only* local-map to look up keys.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Jan 1995 18:49:48 +0000
parents 9caa80b065fc
children bbaf65e25807
comparison
equal deleted inserted replaced
10476:4d87344e6dfb 10477:b0ac61aef336
148 ;; so reexecute them in the standard environment. 148 ;; so reexecute them in the standard environment.
149 (if (listp char) 149 (if (listp char)
150 (setq unread-command-events 150 (setq unread-command-events
151 (cons char unread-command-events) 151 (cons char unread-command-events)
152 config nil) 152 config nil)
153 (let ((defn 153 (let ((defn (lookup-key local-map key)))
154 (let ((overriding-local-map local-map))
155 (key-binding key))))
156 (if defn 154 (if defn
157 (progn 155 (progn
158 (if config 156 (if config
159 (progn 157 (progn
160 (set-window-configuration config) 158 (set-window-configuration config)