(make-help-screen): Clear the prompt when we get a real command.

This commit is contained in:
Richard M. Stallman 1997-07-07 04:48:15 +00:00
parent 66a96cff58
commit 43462d5b7f

View file

@ -152,6 +152,8 @@ and then returns."
(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)