aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2005-03-17 17:11:50 +0000
committerStefan Monnier2005-03-17 17:11:50 +0000
commitf1145b54d831c42bbf8de5fce18bffcbba884daa (patch)
tree28cda95e1ac718e82d5cb2a0836fc40f5396f733 /src
parentbfb1a447d213a125d099b2432bdf6843a156bb1b (diff)
downloademacs-f1145b54d831c42bbf8de5fce18bffcbba884daa.tar.gz
emacs-f1145b54d831c42bbf8de5fce18bffcbba884daa.zip
(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 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