aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2003-03-12 22:56:38 +0000
committerAndreas Schwab2003-03-12 22:56:38 +0000
commita3e4741fb34d943c00d28490a26e53d5aa518f45 (patch)
tree701e01caeff8c5a225527d0de49132a8853978fa /src
parentff4bd68179be674abada5403ae2f345b7a55ada5 (diff)
downloademacs-a3e4741fb34d943c00d28490a26e53d5aa518f45.tar.gz
emacs-a3e4741fb34d943c00d28490a26e53d5aa518f45.zip
(x_term_init) [USE_GTK]: Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xterm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 46b56d0c3a7..c8d55a0373e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-03-12 Andreas Schwab <schwab@suse.de>
2
3 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
4
12003-03-12 Kim F. Storm <storm@cua.dk> 52003-03-12 Kim F. Storm <storm@cua.dk>
2 6
3 The following changes consolidates the fringe handling from 7 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)
14914 char *file = "~/.emacs.d/gtkrc"; 14914 char *file = "~/.emacs.d/gtkrc";
14915 Lisp_Object s, abs_file; 14915 Lisp_Object s, abs_file;
14916 14916
14917 GCPRO2 (str, abs_file); 14917 GCPRO2 (s, abs_file);
14918 s = make_string (file, strlen (file)); 14918 s = make_string (file, strlen (file));
14919 abs_file = Fexpand_file_name(s, Qnil); 14919 abs_file = Fexpand_file_name(s, Qnil);
14920 14920