From 1ca576b5b6c0366d383f1e57257f6df66af76ebd Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 2 Feb 1994 07:44:43 +0000 Subject: [PATCH] (make-help-screen): Remove debugging code. --- lisp/help-macro.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 2e1f88f0a40..1001986c168 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -114,7 +114,6 @@ and then returns." (goto-char (point-min)) (while (or (memq char (cons help-char '(?? ?\C-v ?\ ?\177 delete ?\M-v))) (equal key "\M-v")) - (setq list (cons key list)) (condition-case nil (progn (if (memq char '(?\C-v ?\ )) @@ -129,8 +128,7 @@ and then returns." (if (pos-visible-in-window-p (point-max)) "" " or Space to scroll"))) - char (aref key 0)))) - (setq list (cons key list)))) + char (aref key 0)))))) ;; Mouse clicks are not part of the help feature, ;; so reexecute them in the standard environment. (if (listp char) -- 2.39.5