diff options
author | Kenichi Handa <handa@m17n.org> | 2006-03-20 06:23:55 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-03-20 06:23:55 +0000 |
commit | 5b2936ae6ad28bc640cf786f843304286007fce4 (patch) | |
tree | 531e31f859584beef606e17ef92617a89accceb3 /src/xterm.c | |
parent | daf9e22086135d98f34bf25f32a3405192a8a0d9 (diff) | |
download | emacs-5b2936ae6ad28bc640cf786f843304286007fce4.tar.gz |
(x_term_init): Remove unnecessary GCPRO.
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 2 |
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) /* 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); |