comparison src/lisp.h @ 98327:d83896198aae

* lisp.h (is_daemon): Declare. * dispnew.c (init_display): Do not try to initialize the terminal when running as a daemon.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 24 Sep 2008 19:58:06 +0000
parents 76ed169d532c
children dae1f13ca423
comparison
equal deleted inserted replaced
98326:c5442f509109 98327:d83896198aae
3116 #define synchronize_system_time_locale() 3116 #define synchronize_system_time_locale()
3117 #endif 3117 #endif
3118 void shut_down_emacs P_ ((int, int, Lisp_Object)); 3118 void shut_down_emacs P_ ((int, int, Lisp_Object));
3119 /* Nonzero means don't do interactive redisplay and don't change tty modes */ 3119 /* Nonzero means don't do interactive redisplay and don't change tty modes */
3120 extern int noninteractive; 3120 extern int noninteractive;
3121 /* Nonzero means Emacs was started as a daemon. */
3122 extern int is_daemon;
3121 /* Nonzero means don't do use window-system-specific display code */ 3123 /* Nonzero means don't do use window-system-specific display code */
3122 extern int inhibit_window_system; 3124 extern int inhibit_window_system;
3123 /* Nonzero means that a filter or a sentinel is running. */ 3125 /* Nonzero means that a filter or a sentinel is running. */
3124 extern int running_asynch_code; 3126 extern int running_asynch_code;
3125 3127