aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index e22e06a107e..1ed63800742 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10306,7 +10306,7 @@ x_term_init (display_name, xrm_option, resource_name)
10306 s = make_string (file, strlen (file)); 10306 s = make_string (file, strlen (file));
10307 abs_file = Fexpand_file_name(s, Qnil); 10307 abs_file = Fexpand_file_name(s, Qnil);
10308 10308
10309 if (! NILP (abs_file) && Ffile_readable_p (abs_file)) 10309 if (! NILP (abs_file) && !NILP (Ffile_readable_p (abs_file)))
10310 gtk_rc_parse (SDATA (abs_file)); 10310 gtk_rc_parse (SDATA (abs_file));
10311 10311
10312 UNGCPRO; 10312 UNGCPRO;