Mercurial > emacs
changeset 18656:52a3dec2b6cc
(make-help-screen): Clear the prompt when we get a real command.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Jul 1997 04:48:15 +0000 |
parents | 7ddb2d92ef16 |
children | 1dc4d7e374d5 |
files | lisp/help-macro.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-macro.el Mon Jul 07 04:08:18 1997 +0000 +++ b/lisp/help-macro.el Mon Jul 07 04:48:15 1997 +0000 @@ -152,6 +152,8 @@ (point-max)) "" " or Space to scroll"))) char (aref key 0)))))) + ;; We don't need the prompt any more. + (message "") ;; Mouse clicks are not part of the help feature, ;; so reexecute them in the standard environment. (if (listp char)