Mercurial > emacs
comparison src/minibuf.c @ 6702:336ac455547c
(temp_echo_area_glyphs): Use PT, not point.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 06 Apr 1994 06:01:15 +0000 |
parents | 4fe5b1447c3f |
children | 9ecffdca3b7a |
comparison
equal
deleted
inserted
replaced
6701:4fe5b1447c3f | 6702:336ac455547c |
---|---|
1017 SET_PT (osize); | 1017 SET_PT (osize); |
1018 insert_string (m); | 1018 insert_string (m); |
1019 SET_PT (osize); | 1019 SET_PT (osize); |
1020 Vinhibit_quit = Qt; | 1020 Vinhibit_quit = Qt; |
1021 Fsit_for (make_number (2), Qnil, Qnil); | 1021 Fsit_for (make_number (2), Qnil, Qnil); |
1022 del_range (point, ZV); | 1022 del_range (PT, ZV); |
1023 if (!NILP (Vquit_flag)) | 1023 if (!NILP (Vquit_flag)) |
1024 { | 1024 { |
1025 Vquit_flag = Qnil; | 1025 Vquit_flag = Qnil; |
1026 unread_command_events = Fcons (make_number (quit_char), Qnil); | 1026 unread_command_events = Fcons (make_number (quit_char), Qnil); |
1027 } | 1027 } |