# HG changeset patch # User Karl Heuer # Date 796606703 0 # Node ID 31a046cedfc88f63343f611e30dc37c408be2be5 # Parent 0aede77c159324f2fad5b77aa80f53e4ac789bd4 (comint-read-noecho): Don't log prompt messages. diff -r 0aede77c1593 -r 31a046cedfc8 lisp/comint.el --- 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) ?*))