]> code.delx.au - gnu-emacs/blobdiff - src/emacs.c
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28
[gnu-emacs] / src / emacs.c
index 50c95896b4f677ccfbd4e31ca680c972f52e0031..feac88d71aea1758e311e8dcc36895bbf8c8f5a9 100644 (file)
@@ -2064,7 +2064,7 @@ all of which are called before Emacs is actually killed.  */)
 
   exit (INTEGERP (arg) ? XINT (arg) : EXIT_SUCCESS);
   /* NOTREACHED */
-  return 0;
+  return Qnil;
 }