Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | 6608ceec7cf8 |
children | 25f70ba0133c |
comparison
equal
deleted
inserted
replaced
141:ea67ad3963dc | 142:1856695b1fa9 |
---|---|
4279 Errors running the hook are caught and ignored. | 4279 Errors running the hook are caught and ignored. |
4280 */ ); | 4280 */ ); |
4281 Vpre_idle_hook = Qnil; | 4281 Vpre_idle_hook = Qnil; |
4282 | 4282 |
4283 DEFVAR_BOOL ("focus-follows-mouse", &focus_follows_mouse /* | 4283 DEFVAR_BOOL ("focus-follows-mouse", &focus_follows_mouse /* |
4284 Variable to control XEmacs behavior with respect to focus changing. | 4284 *Variable to control XEmacs behavior with respect to focus changing. |
4285 If this variable is set to t, then XEmacs will not gratuitously change | 4285 If this variable is set to t, then XEmacs will not gratuitously change |
4286 the keyboard focus. | 4286 the keyboard focus. XEmacs cannot in general detect when this mode is |
4287 use by the window manager, so it is up to the user to set it. | |
4287 */ ); | 4288 */ ); |
4288 focus_follows_mouse = 0; | 4289 focus_follows_mouse = 0; |
4289 | 4290 |
4290 #ifdef ILL_CONCEIVED_HOOK | 4291 #ifdef ILL_CONCEIVED_HOOK |
4291 /* Ill-conceived because it's not run in all sorts of cases | 4292 /* Ill-conceived because it's not run in all sorts of cases |