From: Stefan Monnier Date: Thu, 17 Mar 2005 17:11:50 +0000 (+0000) Subject: (Fkill_emacs): YAILOM. X-Git-Tag: ttn-vms-21-2-B4~1754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1145b54d831c42bbf8de5fce18bffcbba884daa;p=emacs.git (Fkill_emacs): YAILOM. --- 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; }