dynamic-setting.el (font-setting-change-default-font): Remove call to message.
This commit is contained in:
parent
5fc8e5bc7c
commit
62d115efc9
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* dynamic-setting.el (font-setting-change-default-font): Remove
|
||||
call to message.
|
||||
|
||||
2010-06-28 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/quail.el (quail-insert-kbd-layout): Fix the
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ current form for the frame (i.e. hinting or somesuch changed)."
|
|||
frame-font)))
|
||||
(if font-to-set
|
||||
(progn
|
||||
(message "setting %s" font-to-set)
|
||||
(set-frame-parameter f 'font-parameter font-to-set)
|
||||
(set-face-attribute 'default f
|
||||
:width 'normal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue