changeset 46105:a6851d9363cd

(Fminibuffer_complete_and_exit): Move to end of buffer for completion.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Jul 2002 07:50:37 +0000
parents ee6975afddef
children 8ce1177d6f2e
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Mon Jul 01 07:48:12 2002 +0000
+++ b/src/minibuf.c	Mon Jul 01 07:50:37 2002 +0000
@@ -1861,6 +1861,7 @@
     goto exit;
 
   /* Call do_completion, but ignore errors.  */
+  SET_PT (ZV);
   val = internal_condition_case (complete_and_exit_1, Qerror,
 				 complete_and_exit_2);