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
c7f6afd5
Commit
c7f6afd5
authored
Mar 18, 2005
by
Jan Djärv
Browse files
* xrdb.c (x_load_resources): Use different char *helv when I18N
is present.
parent
28084047
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/xrdb.c
src/xrdb.c
+4
-0
No files found.
src/ChangeLog
View file @
c7f6afd5
2005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xrdb.c (x_load_resources): Use different char *helv when I18N
is present.
2005-03-17 Kenichi Handa <handa@m17n.org>
* coding.c (syms_of_coding): Docstring of coding-category-list
...
...
src/xrdb.c
View file @
c7f6afd5
...
...
@@ -527,7 +527,11 @@ x_load_resources (display, xrm_string, myname, myclass)
XrmDatabase
rdb
;
XrmDatabase
db
;
char
line
[
256
];
#ifdef HAVE_X_I18N
char
*
helv
=
"-*-helvetica-medium-r-*--*-120-*-*-*-*,*"
;
#else
char
*
helv
=
"-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1"
;
#endif
#ifdef USE_MOTIF
char
*
courier
=
"-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1"
;
extern
Lisp_Object
Vdouble_click_time
;
...
...
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