emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fns.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/fns.c,v
Date: Wed, 26 Jul 2006 18:16:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/07/26 18:16:14

Index: fns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fns.c,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -b -r1.412 -r1.413
--- fns.c       18 Jul 2006 13:28:02 -0000      1.412
+++ fns.c       26 Jul 2006 18:16:14 -0000      1.413
@@ -3249,7 +3249,7 @@
          Fraise_frame (mini_frame);
        }
 
-      obj = read_filtered_event (1, 0, 0, 0);
+      obj = read_filtered_event (1, 0, 0, 0, Qnil);
       cursor_in_echo_area = 0;
       /* If we need to quit, quit with cursor_in_echo_area = 0.  */
       QUIT;




reply via email to

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