aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 96040e17a86..2e6527e4e7e 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -649,7 +649,7 @@ all of which are called before Emacs is actually killed.")
649 stop_vms_input (); 649 stop_vms_input ();
650 #endif */ 650 #endif */
651 651
652 shut_down_emacs (0, 0); 652 shut_down_emacs (0, 0, STRINGP (arg) ? arg : Qnil);
653 653
654 exit ((XTYPE (arg) == Lisp_Int) ? XINT (arg) 654 exit ((XTYPE (arg) == Lisp_Int) ? XINT (arg)
655#ifdef VMS 655#ifdef VMS