diff options
| author | Jim Blandy | 1993-06-19 20:26:11 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-19 20:26:11 +0000 |
| commit | d0068e2530aa770ccba9ee952047e101aadfca73 (patch) | |
| tree | 46bad5cd8bf96c54f2fe7cef3555bf0c5ee73248 /src/emacs.c | |
| parent | c142ab2d38d91af83c8351fc702f8d3fea1ba59d (diff) | |
| download | emacs-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.c | 2 |
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 |