diff src/console.c @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents c5d627a313b1
children 1d62742628b6
line wrap: on
line diff
--- a/src/console.c	Mon Aug 13 10:32:23 2007 +0200
+++ b/src/console.c	Mon Aug 13 10:33:18 2007 +0200
@@ -271,7 +271,7 @@
       if (!NILP (frame))
 	{
 	  struct frame *f = XFRAME(frame);
-	  Fselect_window (FRAME_SELECTED_WINDOW (f));
+	  Fselect_window (FRAME_SELECTED_WINDOW (f), Qnil);
 	}
       else
 	error ("Can't select console with no frames.");