diff options
| author | Karl Heuer | 1994-02-02 07:44:43 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-02-02 07:44:43 +0000 |
| commit | 1ca576b5b6c0366d383f1e57257f6df66af76ebd (patch) | |
| tree | 235854a9dcd0ee7104cc915a7bf50527128713f3 | |
| parent | 8c002a25f4640878279057f1245bf43740b66277 (diff) | |
| download | emacs-1ca576b5b6c0366d383f1e57257f6df66af76ebd.tar.gz emacs-1ca576b5b6c0366d383f1e57257f6df66af76ebd.zip | |
(make-help-screen): Remove debugging code.
| -rw-r--r-- | lisp/help-macro.el | 4 |
1 files changed, 1 insertions, 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." | |||
| 114 | (goto-char (point-min)) | 114 | (goto-char (point-min)) |
| 115 | (while (or (memq char (cons help-char '(?? ?\C-v ?\ ?\177 delete ?\M-v))) | 115 | (while (or (memq char (cons help-char '(?? ?\C-v ?\ ?\177 delete ?\M-v))) |
| 116 | (equal key "\M-v")) | 116 | (equal key "\M-v")) |
| 117 | (setq list (cons key list)) | ||
| 118 | (condition-case nil | 117 | (condition-case nil |
| 119 | (progn | 118 | (progn |
| 120 | (if (memq char '(?\C-v ?\ )) | 119 | (if (memq char '(?\C-v ?\ )) |
| @@ -129,8 +128,7 @@ and then returns." | |||
| 129 | (if (pos-visible-in-window-p | 128 | (if (pos-visible-in-window-p |
| 130 | (point-max)) | 129 | (point-max)) |
| 131 | "" " or Space to scroll"))) | 130 | "" " or Space to scroll"))) |
| 132 | char (aref key 0)))) | 131 | char (aref key 0)))))) |
| 133 | (setq list (cons key list)))) | ||
| 134 | ;; Mouse clicks are not part of the help feature, | 132 | ;; Mouse clicks are not part of the help feature, |
| 135 | ;; so reexecute them in the standard environment. | 133 | ;; so reexecute them in the standard environment. |
| 136 | (if (listp char) | 134 | (if (listp char) |