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
48b76ddf
Commit
48b76ddf
authored
Jul 12, 2011
by
Lars Magne Ingebrigtsen
Browse files
(menu-set-font): Clarify that the default will be saved
Fixes: debbugs:3527
parent
c2fd0368
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
+3
-0
lisp/menu-bar.el
lisp/menu-bar.el
+2
-1
No files found.
lisp/ChangeLog
View file @
48b76ddf
2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
* menu-bar.el (menu-set-font): Clarify that the default will be
saved (bug#3527).
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Fontise bytecomp Error lines more correctly (bug#2490). Fix
suggested by Johan Bockgård.
...
...
lisp/menu-bar.el
View file @
48b76ddf
...
...
@@ -673,7 +673,8 @@ by \"Save Options\" in Custom buffers.")
;; Function for setting/saving default font.
(
defun
menu-set-font
()
"Interactively select a font and make it the default."
"Interactively select a font and make it the default.
This new default will be saved for future Emacs sessions."
(
interactive
)
(
let
((
font
(
if
(
fboundp
'x-select-font
)
(
x-select-font
)
...
...
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