aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index def6915d62e..b9f4a1fc303 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -12514,7 +12514,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
12514 12514
12515 dpy = DEFAULT_GDK_DISPLAY (); 12515 dpy = DEFAULT_GDK_DISPLAY ();
12516 12516
12517#if ! GTK_CHECK_VERSION (2, 90, 0) 12517#ifndef HAVE_GTK3
12518 /* Load our own gtkrc if it exists. */ 12518 /* Load our own gtkrc if it exists. */
12519 { 12519 {
12520 const char *file = "~/.emacs.d/gtkrc"; 12520 const char *file = "~/.emacs.d/gtkrc";