diff src/lisp.h @ 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 41923469aefa
children 465be43d8c05
line wrap: on
line diff
--- 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 */