Mercurial > emacs
changeset 98479:7f884de2ee8d
(set-default-font): Make obsolete.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 03 Oct 2008 07:24:43 +0000 |
parents | 8f48b94490fe |
children | 68275b258695 |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Fri Oct 03 07:19:34 2008 +0000 +++ b/lisp/frame.el Fri Oct 03 07:24:43 2008 +0000 @@ -1014,7 +1014,7 @@ (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.