comparison src/keyboard.c @ 10392:62291e2d01df

(echo): Don't log the key echoes.
author Karl Heuer <kwzh@gnu.org>
date Wed, 11 Jan 1995 01:53:36 +0000
parents 8e8259e052ed
children 8859f1967e8f
comparison
equal deleted inserted replaced
10391:55428c377c84 10392:62291e2d01df
630 } 630 }
631 echo_dash (); 631 echo_dash ();
632 } 632 }
633 633
634 echoing = 1; 634 echoing = 1;
635 message1 (echobuf); 635 message2_nolog (echobuf, strlen (echobuf));
636 echoing = 0; 636 echoing = 0;
637 637
638 if (waiting_for_input && !NILP (Vquit_flag)) 638 if (waiting_for_input && !NILP (Vquit_flag))
639 quit_throw_to_read_char (); 639 quit_throw_to_read_char ();
640 } 640 }