changeset 58417:9245d0fab07d

(Fminibuffer_complete_and_exit): Fix previous change.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 22 Nov 2004 06:42:42 +0000
parents 28906724d6e3
children 7f5504f52f29
files src/minibuf.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Mon Nov 22 06:00:51 2004 +0000
+++ b/src/minibuf.c	Mon Nov 22 06:42:42 2004 +0000
@@ -2105,8 +2105,6 @@
       goto exit;
     }
 
-    goto exit;
-
   /* Call do_completion, but ignore errors.  */
   SET_PT (ZV);
   val = internal_condition_case (complete_and_exit_1, Qerror,