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
62d115ef
Commit
62d115ef
authored
Jun 28, 2010
by
Jan D
Browse files
dynamic-setting.el (font-setting-change-default-font): Remove call to message.
parent
5fc8e5bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/dynamic-setting.el
lisp/dynamic-setting.el
+0
-1
No files found.
lisp/ChangeLog
View file @
62d115ef
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
...
...
lisp/dynamic-setting.el
View file @
62d115ef
...
...
@@ -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
...
...
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