comparison src/xsmfns.c @ 43919:833c0585a612

Added return value to Fhandle_save_session to avoid compiler warning.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 14 Mar 2002 21:36:28 +0000
parents 1690ab476469
children 9484de301252
comparison
equal deleted inserted replaced
43918:0381ea82f14e 43919:833c0585a612
487 SmcInteractDone (smc_conn, cancel_shutdown); 487 SmcInteractDone (smc_conn, cancel_shutdown);
488 SmcSaveYourselfDone (smc_conn, True); 488 SmcSaveYourselfDone (smc_conn, True);
489 489
490 doing_interact = False; 490 doing_interact = False;
491 } 491 }
492
493 return Qnil;
492 } 494 }
493 495
494 496
495 /*********************************************************************** 497 /***********************************************************************
496 Initialization 498 Initialization