diff src/emacs.c @ 3837:85652925d5b8

* emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs. * lisp.h (shut_down_emacs): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Sat, 19 Jun 1993 20:26:11 +0000
parents 647bef18618f
children 9a411d86ca72
line wrap: on
line diff
--- a/src/emacs.c	Sat Jun 19 20:18:05 1993 +0000
+++ b/src/emacs.c	Sat Jun 19 20:26:11 1993 +0000
@@ -649,7 +649,7 @@
   stop_vms_input ();
  #endif  */
 
-  shut_down_emacs (0, 0);
+  shut_down_emacs (0, 0, STRINGP (arg) ? arg : Qnil);
 
   exit ((XTYPE (arg) == Lisp_Int) ? XINT (arg)
 #ifdef VMS