]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-read-noecho): Don't log prompt messages.
authorKarl Heuer <kwzh@gnu.org>
Thu, 30 Mar 1995 23:38:23 +0000 (23:38 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 30 Mar 1995 23:38:23 +0000 (23:38 +0000)
lisp/comint.el

index 6e35bc0f57234316989c9e1da15188e367900c4c..a904779543fa83060dc1e76f71af1702dea3bbaa 100644 (file)
@@ -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) ?*))