Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a3e4741f
Commit
a3e4741f
authored
Mar 12, 2003
by
Andreas Schwab
Browse files
(x_term_init) [USE_GTK]: Fix typo.
parent
ff4bd681
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/ChangeLog
View file @
a3e4741f
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
...
...
src/xterm.c
View file @
a3e4741f
...
...
@@ -14914,7 +14914,7 @@ x_term_init (display_name, xrm_option, resource_name)
char *file = "~/.emacs.d/gtkrc";
Lisp_Object s, abs_file;
GCPRO2 (s
tr
, abs_file);
GCPRO2 (s, abs_file);
s = make_string (file, strlen (file));
abs_file = Fexpand_file_name(s, Qnil);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment