From 23cb053e99bec14a4b02f4dec43ff501cf59b9c1 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 30 Mar 1995 23:38:23 +0000 Subject: [PATCH] (comint-read-noecho): Don't log prompt messages. --- lisp/comint.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index 6e35bc0f572..a904779543f 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -1397,7 +1397,8 @@ applications." (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) ?*)) -- 2.39.5