emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c [emacs-unicode-2]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c [emacs-unicode-2]
Date: Wed, 17 Sep 2003 15:23:44 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.804.2.1 emacs/src/xterm.c:1.804.2.2
*** emacs/src/xterm.c:1.804.2.1 Mon Sep  8 08:48:17 2003
--- emacs/src/xterm.c   Wed Sep 17 15:23:44 2003
***************
*** 10306,10312 ****
        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;
--- 10306,10312 ----
        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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]