mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(x_term_init) [USE_GTK]: Fix typo.
This commit is contained in:
parent
ff4bd68179
commit
a3e4741fb3
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue