aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-03-20 06:23:55 +0000
committerKenichi Handa2006-03-20 06:23:55 +0000
commit5b2936ae6ad28bc640cf786f843304286007fce4 (patch)
tree531e31f859584beef606e17ef92617a89accceb3
parentdaf9e22086135d98f34bf25f32a3405192a8a0d9 (diff)
downloademacs-5b2936ae6ad28bc640cf786f843304286007fce4.tar.gz
emacs-5b2936ae6ad28bc640cf786f843304286007fce4.zip
(x_term_init): Remove unnecessary GCPRO.
-rw-r--r--src/xterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 5a22aaf0d31..368f9c1a6d3 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10204,11 +10204,9 @@ x_term_init (display_name, xrm_option, resource_name)
10204 10204
10205 /* Load our own gtkrc if it exists. */ 10205 /* Load our own gtkrc if it exists. */
10206 { 10206 {
10207 struct gcpro gcpro1, gcpro2;
10208 char *file = "~/.emacs.d/gtkrc"; 10207 char *file = "~/.emacs.d/gtkrc";
10209 Lisp_Object s, abs_file; 10208 Lisp_Object s, abs_file;
10210 10209
10211 GCPRO2 (s, abs_file);
10212 s = make_string (file, strlen (file)); 10210 s = make_string (file, strlen (file));
10213 abs_file = Fexpand_file_name (s, Qnil); 10211 abs_file = Fexpand_file_name (s, Qnil);
10214 10212