Mercurial > emacs
changeset 50103:2e253c47d904
(x_term_init) [USE_GTK]: Fix typo.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 12 Mar 2003 22:55:02 +0000 |
parents | 05b7b0c519c5 |
children | bf48b2a7e1a5 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Mar 12 21:37:27 2003 +0000 +++ b/src/xterm.c Wed Mar 12 22:55:02 2003 +0000 @@ -14914,7 +14914,7 @@ 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);