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
b7d1d101
Commit
b7d1d101
authored
Oct 03, 2008
by
Glenn Morris
Browse files
(mouse-set-font): Use set-frame-font.
parent
eb22cb8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/mouse.el
lisp/mouse.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b7d1d101
...
...
@@ -5,6 +5,7 @@
2008-10-03 Glenn Morris <rgm@gnu.org>
* frame.el (set-default-font): Make obsolete.
* mouse.el (mouse-set-font): Use set-frame-font.
* jka-cmpr-hook.el (jka-compr-compression-info-list)
(jka-compr-mode-alist-additions): Also match `.tbz2'.
...
...
lisp/mouse.el
View file @
b7d1d101
...
...
@@ -2461,7 +2461,7 @@ choose a font."
(
while
fonts
(
condition-case
nil
(
progn
(
set-
default
-font
(
car
fonts
))
(
set-
frame
-font
(
car
fonts
))
(
setq
font
(
car
fonts
))
(
setq
fonts
nil
))
(
error
...
...
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