changeset 11156:31a046cedfc8

(comint-read-noecho): Don't log prompt messages.
author Karl Heuer <kwzh@gnu.org>
date Thu, 30 Mar 1995 23:38:23 +0000
parents 0aede77c1593
children 620fd38579d8
files lisp/comint.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Thu Mar 30 23:34:59 1995 +0000
+++ b/lisp/comint.el	Thu Mar 30 23:38:23 1995 +0000
@@ -1397,7 +1397,8 @@
 	(c 0)
 	(echo-keystrokes 0)
 	(cursor-in-echo-area t)
-        (done nil))
+	(message-log-max nil)
+	(done nil))
     (while (not done)
       (if stars
 	  (message "%s%s" prompt (make-string (length ans) ?*))