diff --git a/src/ChangeLog b/src/ChangeLog index 46b56d0c3a7..c8d55a0373e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-03-12 Andreas Schwab + + * xterm.c (x_term_init) [USE_GTK]: Fix typo. + 2003-03-12 Kim F. Storm The following changes consolidates the fringe handling from 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) 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);