aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index b2310c0a4c4..bdbc00bbd8d 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -2056,7 +2056,7 @@ all of which are called before Emacs is actually killed. */)
2056 2056
2057 exit (INTEGERP (arg) ? XINT (arg) : EXIT_SUCCESS); 2057 exit (INTEGERP (arg) ? XINT (arg) : EXIT_SUCCESS);
2058 /* NOTREACHED */ 2058 /* NOTREACHED */
2059 return 0; 2059 return Qnil;
2060} 2060}
2061 2061
2062 2062