From: Jan Djärv Date: Thu, 14 Mar 2002 21:36:28 +0000 (+0000) Subject: Added return value to Fhandle_save_session to avoid compiler warning. X-Git-Tag: ttn-vms-21-2-B4~16164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad4ace7a6590289e53f1e1106c2d0603ea732d4c;p=emacs.git Added return value to Fhandle_save_session to avoid compiler warning. --- diff --git a/src/xsmfns.c b/src/xsmfns.c index f0329b2559b..269f80c9518 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c @@ -489,6 +489,8 @@ Do not call this function yourself. */) doing_interact = False; } + + return Qnil; }