diff src/emacs.c @ 60665:a95b5f47474c

(Fkill_emacs): YAILOM.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 17 Mar 2005 17:11:50 +0000
parents e8bfc9ca45c2
children 09dcb6ef852f 1830bcd0eec0 30ad2795fdab
line wrap: on
line diff
--- a/src/emacs.c	Thu Mar 17 15:33:56 2005 +0000
+++ b/src/emacs.c	Thu Mar 17 17:11:50 2005 +0000
@@ -2056,7 +2056,7 @@
 
   exit (INTEGERP (arg) ? XINT (arg) : EXIT_SUCCESS);
   /* NOTREACHED */
-  return 0;
+  return Qnil;
 }