]> git.eshelyaron.com Git - emacs.git/commitdiff
(temp_echo_area_glyphs): Use PT, not point.
authorKarl Heuer <kwzh@gnu.org>
Wed, 6 Apr 1994 06:01:15 +0000 (06:01 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 6 Apr 1994 06:01:15 +0000 (06:01 +0000)
src/minibuf.c

index 89d5ddb023568e9ac6570bd8f8c6f1d55f0842fb..adad052052aea67b15ba376e9af2835a5a51c9f0 100644 (file)
@@ -1019,7 +1019,7 @@ temp_echo_area_glyphs (m)
   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;