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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Mon, 20 Mar 2006 06:23:55 +0000

Index: emacs/src/xterm.c
diff -u emacs/src/xterm.c:1.905 emacs/src/xterm.c:1.906
--- emacs/src/xterm.c:1.905     Sat Mar 18 15:41:59 2006
+++ emacs/src/xterm.c   Mon Mar 20 06:23:55 2006
@@ -10204,11 +10204,9 @@
 
         /* Load our own gtkrc if it exists.  */
         {
-          struct gcpro gcpro1, gcpro2;
           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]