diff options
| author | Andreas Schwab | 2003-03-12 22:56:38 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-03-12 22:56:38 +0000 |
| commit | a3e4741fb34d943c00d28490a26e53d5aa518f45 (patch) | |
| tree | 701e01caeff8c5a225527d0de49132a8853978fa /src/xterm.c | |
| parent | ff4bd68179be674abada5403ae2f345b7a55ada5 (diff) | |
| download | emacs-a3e4741fb34d943c00d28490a26e53d5aa518f45.tar.gz emacs-a3e4741fb34d943c00d28490a26e53d5aa518f45.zip | |
(x_term_init) [USE_GTK]: Fix typo.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 259b96a7913..5feea82f3c1 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -14914,7 +14914,7 @@ x_term_init (display_name, xrm_option, resource_name) | |||
| 14914 | char *file = "~/.emacs.d/gtkrc"; | 14914 | char *file = "~/.emacs.d/gtkrc"; |
| 14915 | Lisp_Object s, abs_file; | 14915 | Lisp_Object s, abs_file; |
| 14916 | 14916 | ||
| 14917 | GCPRO2 (str, abs_file); | 14917 | GCPRO2 (s, abs_file); |
| 14918 | s = make_string (file, strlen (file)); | 14918 | s = make_string (file, strlen (file)); |
| 14919 | abs_file = Fexpand_file_name(s, Qnil); | 14919 | abs_file = Fexpand_file_name(s, Qnil); |
| 14920 | 14920 | ||