changeset 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 5877a8b11f0c
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Wed Apr 06 05:59:21 1994 +0000
+++ b/src/minibuf.c	Wed Apr 06 06:01:15 1994 +0000
@@ -1019,7 +1019,7 @@
   SET_PT (osize);
   Vinhibit_quit = Qt;
   Fsit_for (make_number (2), Qnil, Qnil);
-  del_range (point, ZV);
+  del_range (PT, ZV);
   if (!NILP (Vquit_flag))
     {
       Vquit_flag = Qnil;