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,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c,v
Date: Tue, 11 Jul 2006 20:10:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/11 20:10:34

Index: minibuf.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/minibuf.c,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -b -r1.306 -r1.307
--- minibuf.c   10 Jul 2006 18:51:31 -0000      1.306
+++ minibuf.c   11 Jul 2006 20:10:34 -0000      1.307
@@ -2692,7 +2692,7 @@
   insert_from_string (string, 0, 0, SCHARS (string), SBYTES (string), 0);
   SET_PT_BOTH (opoint, opoint_byte);
   Vinhibit_quit = Qt;
-  sit_for (2, 0, 0, Qt, Qt);
+  sit_for (make_number (2), 0, 2);
   del_range_both (osize, osize_byte, ZV, ZV_BYTE, 1);
   SET_PT_BOTH (opoint, opoint_byte);
   if (!NILP (Vquit_flag))




reply via email to

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