# HG changeset patch # User Andreas Schwab # Date 1047509702 0 # Node ID 2e253c47d9041a56b3ac82b1a3b4a407452ef2af # Parent 05b7b0c519c5f5f3143ffb31fc4e5f750cbe02bf (x_term_init) [USE_GTK]: Fix typo. diff -r 05b7b0c519c5 -r 2e253c47d904 src/xterm.c --- a/src/xterm.c Wed Mar 12 21:37:27 2003 +0000 +++ b/src/xterm.c Wed Mar 12 22:55:02 2003 +0000 @@ -14914,7 +14914,7 @@ char *file = "~/.emacs.d/gtkrc"; Lisp_Object s, abs_file; - GCPRO2 (str, abs_file); + GCPRO2 (s, abs_file); s = make_string (file, strlen (file)); abs_file = Fexpand_file_name(s, Qnil);