[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xterm.c
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/xterm.c |
Date: |
Tue, 19 Aug 2003 12:20:14 -0400 |
Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.804 emacs/src/xterm.c:1.805
*** emacs/src/xterm.c:1.804 Thu Jul 31 12:10:53 2003
--- emacs/src/xterm.c Tue Aug 19 12:20:13 2003
***************
*** 10194,10200 ****
s = make_string (file, strlen (file));
abs_file = Fexpand_file_name(s, Qnil);
! if (! NILP (abs_file) && Ffile_readable_p (abs_file))
gtk_rc_parse (SDATA (abs_file));
UNGCPRO;
--- 10194,10200 ----
s = make_string (file, strlen (file));
abs_file = Fexpand_file_name(s, Qnil);
! if (! NILP (abs_file) && !NILP (Ffile_readable_p (abs_file)))
gtk_rc_parse (SDATA (abs_file));
UNGCPRO;
- [Emacs-diffs] Changes to emacs/src/xterm.c,
Miles Bader <=