emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/minibuf.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Mon, 01 Jul 2002 03:50:37 -0400

Index: emacs/src/minibuf.c
diff -c emacs/src/minibuf.c:1.242 emacs/src/minibuf.c:1.243
*** emacs/src/minibuf.c:1.242   Thu Jun 27 12:22:31 2002
--- emacs/src/minibuf.c Mon Jul  1 03:50:37 2002
***************
*** 1861,1866 ****
--- 1861,1867 ----
      goto exit;
  
    /* Call do_completion, but ignore errors.  */
+   SET_PT (ZV);
    val = internal_condition_case (complete_and_exit_1, Qerror,
                                 complete_and_exit_2);
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]