]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_term_init) [USE_GTK]: Fix typo.
authorAndreas Schwab <schwab@suse.de>
Wed, 12 Mar 2003 22:56:38 +0000 (22:56 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 12 Mar 2003 22:56:38 +0000 (22:56 +0000)
src/ChangeLog
src/xterm.c

index 46b56d0c3a71e96c8a14a1f6e0da30d590b0958c..c8d55a0373eea7d23e59b7d129af6fb91eaa5e51 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-12  Andreas Schwab  <schwab@suse.de>
+
+       * xterm.c (x_term_init) [USE_GTK]: Fix typo.
+
 2003-03-12  Kim F. Storm  <storm@cua.dk>
 
        The following changes consolidates the fringe handling from
index 259b96a791330dad608d63a541f7bd71af26d4e0..5feea82f3c152f194f0abb4eaedecb557e6ef3af 100644 (file)
@@ -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);