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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Wed, 12 Mar 2003 17:55:04 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.777 emacs/src/xterm.c:1.778
*** emacs/src/xterm.c:1.777     Wed Mar 12 07:10:36 2003
--- emacs/src/xterm.c   Wed Mar 12 17:55:02 2003
***************
*** 14914,14920 ****
        char *file = "~/.emacs.d/gtkrc";
        Lisp_Object s, abs_file;
  
!       GCPRO2 (str, abs_file);
        s = make_string (file, strlen (file));
        abs_file = Fexpand_file_name(s, Qnil);
  
--- 14914,14920 ----
        char *file = "~/.emacs.d/gtkrc";
        Lisp_Object s, abs_file;
  
!       GCPRO2 (s, abs_file);
        s = make_string (file, strlen (file));
        abs_file = Fexpand_file_name(s, Qnil);
  




reply via email to

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