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
52ef9375
Commit
52ef9375
authored
Oct 03, 2008
by
Glenn Morris
Browse files
(set-default-font): Make obsolete.
parent
6f34ccdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/frame.el
lisp/frame.el
+1
-1
No files found.
lisp/ChangeLog
View file @
52ef9375
2008-10-03 Glenn Morris <rgm@gnu.org>
* frame.el (set-default-font): Make obsolete.
* jka-cmpr-hook.el (jka-compr-compression-info-list)
(jka-compr-mode-alist-additions): Also match `.tbz2'.
...
...
lisp/frame.el
View file @
52ef9375
...
...
@@ -1014,7 +1014,7 @@ If FRAME is omitted, describe the currently selected frame."
(
declare-function
x-list-fonts
"xfaces.c"
(
pattern
&optional
face
frame
maximum
width
))
(
defalias
'set-default-font
'set-frame-font
)
(
def
ine-obsolete-function-
alias
'set-default-font
'set-frame-font
"23.1"
)
(
defun
set-frame-font
(
font-name
&optional
keep-size
)
"Set the font of the selected frame to FONT-NAME.
When called interactively, prompt for the name of the font to use.
...
...
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