# HG changeset patch # User Karl Heuer # Date 765612075 0 # Node ID 336ac455547cef2d5473f0f0c402890320f30efc # Parent 4fe5b1447c3f04f905aaea3ab0e884e26b3885d7 (temp_echo_area_glyphs): Use PT, not point. diff -r 4fe5b1447c3f -r 336ac455547c src/minibuf.c --- 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;