comparison src/emacs.c @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents e7ef97881643
children 223736d75acb
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
302 Lisp_Object Vconfigure_exec_prefix_directory, Vconfigure_prefix_directory; 302 Lisp_Object Vconfigure_exec_prefix_directory, Vconfigure_prefix_directory;
303 303
304 /* If nonzero, set XEmacs to run at this priority. This is also used 304 /* If nonzero, set XEmacs to run at this priority. This is also used
305 in child_setup and sys_suspend to make sure subshells run at normal 305 in child_setup and sys_suspend to make sure subshells run at normal
306 priority. */ 306 priority. */
307 int emacs_priority; 307 Fixnum emacs_priority;
308 308
309 /* Some FSF junk with running_asynch_code, to preserve the match 309 /* Some FSF junk with running_asynch_code, to preserve the match
310 data. Not necessary because we don't call process filters 310 data. Not necessary because we don't call process filters
311 asynchronously (i.e. from within QUIT). */ 311 asynchronously (i.e. from within QUIT). */
312 /* #### Delete this when merging the rest of my code */ 312 /* #### Delete this when merging the rest of my code */