From f1145b54d831c42bbf8de5fce18bffcbba884daa Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 17 Mar 2005 17:11:50 +0000 Subject: [PATCH] (Fkill_emacs): YAILOM. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */) exit (INTEGERP (arg) ? XINT (arg) : EXIT_SUCCESS); /* NOTREACHED */ - return 0; + return Qnil; } -- 2.39.2