comparison src/emacs.c @ 47942:080b4586492b

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 18 Oct 2002 10:09:43 +0000
parents 20348451bd8a
children e140ab04c876
comparison
equal deleted inserted replaced
47941:df5fb1f2c113 47942:080b4586492b
156 Lisp_Object Vsystem_messages_locale; 156 Lisp_Object Vsystem_messages_locale;
157 Lisp_Object Vprevious_system_messages_locale; 157 Lisp_Object Vprevious_system_messages_locale;
158 Lisp_Object Vsystem_time_locale; 158 Lisp_Object Vsystem_time_locale;
159 Lisp_Object Vprevious_system_time_locale; 159 Lisp_Object Vprevious_system_time_locale;
160 160
161 /* If non-zero, emacs should not attempt to use an window-specific code, 161 /* If non-zero, emacs should not attempt to use a window-specific code,
162 but instead should use the virtual terminal under which it was started. */ 162 but instead should use the virtual terminal under which it was started. */
163 int inhibit_window_system; 163 int inhibit_window_system;
164 164
165 /* If nonzero, set Emacs to run at this priority. This is also used 165 /* If nonzero, set Emacs to run at this priority. This is also used
166 in child_setup and sys_suspend to make sure subshells run at normal 166 in child_setup and sys_suspend to make sure subshells run at normal