From: Richard M. Stallman Date: Wed, 6 Nov 2002 05:03:33 +0000 (+0000) Subject: (x_term_init): Use turn_on_atimers, not start_polling and stop_polling. X-Git-Tag: ttn-vms-21-2-B4~12583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc4e60fc842855d91b46080ba133dba2213a2d21;p=emacs.git (x_term_init): Use turn_on_atimers, not start_polling and stop_polling. --- diff --git a/src/xterm.c b/src/xterm.c index eef2eb15976..c96eec56bf1 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -14805,12 +14805,12 @@ x_term_init (display_name, xrm_option, resource_name) argv[argc++] = "-xrm"; argv[argc++] = xrm_option; } - stop_polling (); + turn_on_atimers (0); dpy = XtOpenDisplay (Xt_app_con, SDATA (display_name), resource_name, EMACS_CLASS, emacs_options, XtNumber (emacs_options), &argc, argv); - start_polling (); + turn_on_atimers (1); #ifdef HAVE_X11XTR6 /* I think this is to compensate for XtSetLanguageProc. */