From: Richard M. Stallman Date: Mon, 7 Jul 1997 04:48:15 +0000 (+0000) Subject: (make-help-screen): Clear the prompt when we get a real command. X-Git-Tag: emacs-20.1~1290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43462d5b7f48995baeed9f95c55a9cca75e0f461;p=emacs.git (make-help-screen): Clear the prompt when we get a real command. --- diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 55fc7a126fe..8ae3876cef3 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -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)