]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fminibuffer_complete_and_exit): Move to end of buffer for completion.
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Jul 2002 07:50:37 +0000 (07:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Jul 2002 07:50:37 +0000 (07:50 +0000)
src/minibuf.c

index 3d9451b2bc9794814a49031d30a92723a6a92f42..f4aeb0f8c388d8bdf43c1cede6fcbb5595af9679 100644 (file)
@@ -1861,6 +1861,7 @@ a repetition of this command will exit.  */)
     goto exit;
 
   /* Call do_completion, but ignore errors.  */
+  SET_PT (ZV);
   val = internal_condition_case (complete_and_exit_1, Qerror,
                                 complete_and_exit_2);