]> git.eshelyaron.com Git - emacs.git/commitdiff
Added return value to Fhandle_save_session to avoid compiler warning.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 14 Mar 2002 21:36:28 +0000 (21:36 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 14 Mar 2002 21:36:28 +0000 (21:36 +0000)
src/xsmfns.c

index f0329b2559bac22082181bfbd003014b4118089d..269f80c95188a643734810943011fe59011926fd 100644 (file)
@@ -489,6 +489,8 @@ Do not call this function yourself. */)
 
       doing_interact = False;
     }
+
+  return Qnil;
 }
 
 \f