diff src/cmdloop.c @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents 3d6bfa290dbd
children 262b8bb4a523
line wrap: on
line diff
--- a/src/cmdloop.c	Mon Aug 13 09:56:30 2007 +0200
+++ b/src/cmdloop.c	Mon Aug 13 09:57:07 2007 +0200
@@ -497,7 +497,7 @@
        ())
 {
   /* This function can GC */
-  Lisp_Object event = Fmake_event ();
+  Lisp_Object event = Fmake_event (Qnil, Qnil);
   Lisp_Object old_loop = Qnil;
   struct gcpro gcpro1, gcpro2;
   int was_locked = in_single_console_state ();