Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
3836:04f1cff889f4 | 3837:85652925d5b8 |
---|---|
1255 #endif /* HAVE_X11 */ | 1255 #endif /* HAVE_X11 */ |
1256 | 1256 |
1257 /* defined in emacs.c */ | 1257 /* defined in emacs.c */ |
1258 extern Lisp_Object decode_env_path (); | 1258 extern Lisp_Object decode_env_path (); |
1259 extern Lisp_Object Vinvocation_name; | 1259 extern Lisp_Object Vinvocation_name; |
1260 void shut_down_emacs ( /* int signal, int no_x */ ); | 1260 void shut_down_emacs ( /* int signal, int no_x, Lisp_Object stuff */ ); |
1261 /* Nonzero means don't do interactive redisplay and don't change tty modes */ | 1261 /* Nonzero means don't do interactive redisplay and don't change tty modes */ |
1262 extern int noninteractive; | 1262 extern int noninteractive; |
1263 /* Nonzero means don't do use window-system-specific display code */ | 1263 /* Nonzero means don't do use window-system-specific display code */ |
1264 extern int inhibit_window_system; | 1264 extern int inhibit_window_system; |
1265 | 1265 |