mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
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
|
|
@ -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
Add a link
Reference in a new issue