Added return value to Fhandle_save_session to avoid compiler warning.

This commit is contained in:
Jan Djärv 2002-03-14 21:36:28 +00:00
parent 6ee8e16746
commit ad4ace7a65

View file

@ -489,6 +489,8 @@ Do not call this function yourself. */)
doing_interact = False;
}
return Qnil;
}