From b0e9bb2895f44b811eca8244bcd14a69f280fb15 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Mon, 22 Nov 2004 06:43:11 +0000 Subject: [PATCH] (Fminibuffer_complete_and_exit): Fix previous change. --- src/ChangeLog | 4 ++++ src/minibuf.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index cd09604d4e2..c13f1cbb4c1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-11-22 Markus Rost + + * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change. + 2004-11-22 Stefan Monnier * eval.c (Fdefvar): Warn when var is let-bound but globally void. diff --git a/src/minibuf.c b/src/minibuf.c index fd90a73f8eb..cb302f44c43 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2105,8 +2105,6 @@ a repetition of this command will exit. */) goto exit; } - goto exit; - /* Call do_completion, but ignore errors. */ SET_PT (ZV); val = internal_condition_case (complete_and_exit_1, Qerror, -- 2.39.5