From a3e4741fb34d943c00d28490a26e53d5aa518f45 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 12 Mar 2003 22:56:38 +0000 Subject: [PATCH] (x_term_init) [USE_GTK]: Fix typo. --- src/ChangeLog | 4 ++++ src/xterm.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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); -- 2.39.2