mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(set-default-font): Make obsolete.
This commit is contained in:
parent
6f34ccdf9c
commit
52ef9375bb
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
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'.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
(define-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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue