(make-help-screen): Remove debugging code.
authorKarl Heuer <kwzh@gnu.org>
Wed, 2 Feb 1994 07:44:43 +0000 (07:44 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 2 Feb 1994 07:44:43 +0000 (07:44 +0000)
lisp/help-macro.el

index 2e1f88f..1001986 100644 (file)
@@ -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)