aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-03-17 17:11:50 +0000
committerStefan Monnier <[email protected]>2005-03-17 17:11:50 +0000
commitf1145b54d831c42bbf8de5fce18bffcbba884daa (patch)
tree28cda95e1ac718e82d5cb2a0836fc40f5396f733 /src
parentbfb1a447d213a125d099b2432bdf6843a156bb1b (diff)
(Fkill_emacs): YAILOM.
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 b2310c0a4c..bdbc00bbd8 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -2056,7 +2056,7 @@ all of which are called before Emacs is actually killed. */)
exit (INTEGERP (arg) ? XINT (arg) : EXIT_SUCCESS);
/* NOTREACHED */
- return 0;
+ return Qnil;
}