From: Andreas Schwab Date: Wed, 12 Mar 2003 22:56:38 +0000 (+0000) Subject: (x_term_init) [USE_GTK]: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~10928 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3e4741fb34d943c00d28490a26e53d5aa518f45;p=emacs.git (x_term_init) [USE_GTK]: Fix typo. --- 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);