aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-19 20:26:11 +0000
committerJim Blandy1993-06-19 20:26:11 +0000
commitd0068e2530aa770ccba9ee952047e101aadfca73 (patch)
tree46bad5cd8bf96c54f2fe7cef3555bf0c5ee73248 /src/emacs.c
parentc142ab2d38d91af83c8351fc702f8d3fea1ba59d (diff)
downloademacs-d0068e2530aa770ccba9ee952047e101aadfca73.tar.gz
emacs-d0068e2530aa770ccba9ee952047e101aadfca73.zip
* emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.
* lisp.h (shut_down_emacs): Doc fix.
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