changeset 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 04f1cff889f4
children 6d8422d99000
files src/emacs.c src/lisp.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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
--- a/src/lisp.h	Sat Jun 19 20:18:05 1993 +0000
+++ b/src/lisp.h	Sat Jun 19 20:26:11 1993 +0000
@@ -1257,7 +1257,7 @@
 /* defined in emacs.c */
 extern Lisp_Object decode_env_path ();
 extern Lisp_Object Vinvocation_name;
-void shut_down_emacs ( /* int signal, int no_x */ );
+void shut_down_emacs ( /* int signal, int no_x, Lisp_Object stuff */ );
 /* Nonzero means don't do interactive redisplay and don't change tty modes */
 extern int noninteractive;
 /* Nonzero means don't do use window-system-specific display code */