* emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.
* lisp.h (shut_down_emacs): Doc fix.
This commit is contained in:
@@ -649,7 +649,7 @@ all of which are called before Emacs is actually killed.")
|
||||
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
|
||||
|
||||
@@ -1257,7 +1257,7 @@ extern Lisp_Object Frubber_band_rectangle ();
|
||||
/* 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 */
|
||||
|
||||
Reference in New Issue
Block a user