aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2002-03-14 21:36:28 +0000
committerJan Djärv2002-03-14 21:36:28 +0000
commitad4ace7a6590289e53f1e1106c2d0603ea732d4c (patch)
tree9d06686e26306e2c5eaf9a5da57d3fdf2bc415db /src
parent6ee8e1674682a053ff0847b88e07024c1833156d (diff)
downloademacs-ad4ace7a6590289e53f1e1106c2d0603ea732d4c.tar.gz
emacs-ad4ace7a6590289e53f1e1106c2d0603ea732d4c.zip
Added return value to Fhandle_save_session to avoid compiler warning.
Diffstat (limited to 'src')
-rw-r--r--src/xsmfns.c2
1 files changed, 2 insertions, 0 deletions
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. */)
489 489
490 doing_interact = False; 490 doing_interact = False;
491 } 491 }
492
493 return Qnil;
492} 494}
493 495
494 496