Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 4380:461fdb92f3b6
Correct the perhaps_init_unseen_key_defaults GTK code; don't override X11 fonts.
2008-01-02 Aidan Kehoe <kehoea@parhasard.net>
* emacs.c (main_1):
Call the new vars_of_console_gtk function.
* console-gtk.c (vars_of_console_gtk): New.
* console-gtk.c (gtk_perhaps_init_unseen_key_defaults):
Correct the initialisation of the hash table, on the model of the
MSW and TTY builds.
2008-01-02 Aidan Kehoe <kehoea@parhasard.net>
* gtk-init.el (init-post-gtk-win):
Trust the X11 code to give us decent default fonts.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 02 Jan 2008 22:11:03 +0100 |
parents | 4d52aea479a2 |
children | eb82fbb675ea fd8a9a4d81d9 |
comparison
equal
deleted
inserted
replaced
4379:92188a8f47a3 | 4380:461fdb92f3b6 |
---|---|
2160 vars_of_objects_tty (); | 2160 vars_of_objects_tty (); |
2161 #endif | 2161 #endif |
2162 | 2162 |
2163 #ifdef HAVE_GTK | 2163 #ifdef HAVE_GTK |
2164 vars_of_device_gtk (); | 2164 vars_of_device_gtk (); |
2165 vars_of_console_gtk (); | |
2165 #ifdef HAVE_DIALOGS | 2166 #ifdef HAVE_DIALOGS |
2166 vars_of_dialog_gtk (); | 2167 vars_of_dialog_gtk (); |
2167 #endif | 2168 #endif |
2168 vars_of_event_gtk (); | 2169 vars_of_event_gtk (); |
2169 vars_of_frame_gtk (); | 2170 vars_of_frame_gtk (); |