1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(set-default-font): Make obsolete.

This commit is contained in:
Glenn Morris 2008-10-03 07:24:54 +00:00
parent 6f34ccdf9c
commit 52ef9375bb
2 changed files with 3 additions and 1 deletions

View File

@ -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'.

View File

@ -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.