From: Karl Heuer Date: Wed, 11 Jan 1995 01:53:36 +0000 (+0000) Subject: (echo): Don't log the key echoes. X-Git-Tag: emacs-19.34~5466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b718c3954042f160f9006451f922dd831cdb9b62;p=emacs.git (echo): Don't log the key echoes. --- diff --git a/src/keyboard.c b/src/keyboard.c index 9f852adbb04..520d88a3f94 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -632,7 +632,7 @@ echo () } echoing = 1; - message1 (echobuf); + message2_nolog (echobuf, strlen (echobuf)); echoing = 0; if (waiting_for_input && !NILP (Vquit_flag))