diff options
Diffstat (limited to 'src')
| -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) | |||
| 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 | ||