comparison src/lisp.h @ 4528:5622149e7f75

(Vinvocation_directory): Declared.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Aug 1993 04:36:30 +0000
parents 0b32ee899a3a
children 033bdae6b9f9
comparison
equal deleted inserted replaced
4527:3a3993b99ea8 4528:5622149e7f75
1269 extern Lisp_Object Frubber_band_rectangle (); 1269 extern Lisp_Object Frubber_band_rectangle ();
1270 #endif /* HAVE_X11 */ 1270 #endif /* HAVE_X11 */
1271 1271
1272 /* defined in emacs.c */ 1272 /* defined in emacs.c */
1273 extern Lisp_Object decode_env_path (); 1273 extern Lisp_Object decode_env_path ();
1274 extern Lisp_Object Vinvocation_name; 1274 extern Lisp_Object Vinvocation_name, Vinvocation_directory;
1275 void shut_down_emacs ( /* int signal, int no_x, Lisp_Object stuff */ ); 1275 void shut_down_emacs ( /* int signal, int no_x, Lisp_Object stuff */ );
1276 /* Nonzero means don't do interactive redisplay and don't change tty modes */ 1276 /* Nonzero means don't do interactive redisplay and don't change tty modes */
1277 extern int noninteractive; 1277 extern int noninteractive;
1278 /* Nonzero means don't do use window-system-specific display code */ 1278 /* Nonzero means don't do use window-system-specific display code */
1279 extern int inhibit_window_system; 1279 extern int inhibit_window_system;