changeset 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 4d87344e6dfb
children bbaf65e25807
files lisp/help-macro.el
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-macro.el	Thu Jan 19 07:25:03 1995 +0000
+++ b/lisp/help-macro.el	Thu Jan 19 18:49:48 1995 +0000
@@ -150,9 +150,7 @@
 			 (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