aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c4
1 files changed, 2 insertions, 2 deletions
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)
14805 argv[argc++] = "-xrm"; 14805 argv[argc++] = "-xrm";
14806 argv[argc++] = xrm_option; 14806 argv[argc++] = xrm_option;
14807 } 14807 }
14808 stop_polling (); 14808 turn_on_atimers (0);
14809 dpy = XtOpenDisplay (Xt_app_con, SDATA (display_name), 14809 dpy = XtOpenDisplay (Xt_app_con, SDATA (display_name),
14810 resource_name, EMACS_CLASS, 14810 resource_name, EMACS_CLASS,
14811 emacs_options, XtNumber (emacs_options), 14811 emacs_options, XtNumber (emacs_options),
14812 &argc, argv); 14812 &argc, argv);
14813 start_polling (); 14813 turn_on_atimers (1);
14814 14814
14815#ifdef HAVE_X11XTR6 14815#ifdef HAVE_X11XTR6
14816 /* I think this is to compensate for XtSetLanguageProc. */ 14816 /* I think this is to compensate for XtSetLanguageProc. */