From 8db426c786b66e94041a692ef18e301afc6ba913 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Jul 2002 07:50:37 +0000 Subject: [PATCH] (Fminibuffer_complete_and_exit): Move to end of buffer for completion. --- src/minibuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/minibuf.c b/src/minibuf.c index 3d9451b2bc9..f4aeb0f8c38 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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); -- 2.39.2