comparison src/console.c @ 151:59463afc5666 r20-3b2

Import from CVS: tag r20-3b2
author cvs
date Mon, 13 Aug 2007 09:37:19 +0200
parents cca96a509cfe
children 43dd3413c7c7
comparison
equal deleted inserted replaced
150:8ebb1c0f0f6f 151:59463afc5666
971 { 971 {
972 Fmake_frame_visible(XCAR(framecons)); 972 Fmake_frame_visible(XCAR(framecons));
973 } 973 }
974 } 974 }
975 init_one_console(c); 975 init_one_console(c);
976 #ifdef SIGWINCH
977 /* The same as in Fsuspend_emacs: it is possible that a size
978 change occurred while we were suspended. Assume one did just
979 to be safe. It won't hurt anything if one didn't. */
980 asynch_device_change_pending++;
981 #endif
976 } 982 }
977 983
978 UNGCPRO; 984 UNGCPRO;
979 #endif 985 #endif
980 return Qnil; 986 return Qnil;