mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
* emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.
* lisp.h (shut_down_emacs): Doc fix.
This commit is contained in:
parent
c142ab2d38
commit
d0068e2530
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue