mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 14:02:07 -08:00
* xrdb.c (x_load_resources): Undo previous change (2005-03-18).
This commit is contained in:
parent
e9c19b6818
commit
6ca30ba48f
2 changed files with 6 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-03-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* xrdb.c (x_load_resources): Undo previous change (2005-03-18).
|
||||
|
||||
2005-03-22 David Kastrup <dak@gnu.org>
|
||||
|
||||
* textprop.c (Fnext_char_property_change)
|
||||
|
|
|
|||
|
|
@ -527,11 +527,9 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue