(set-frame-font): Renamed from set-default-font,
This commit is contained in:
parent
98f1928d38
commit
889611f096
1 changed files with 2 additions and 1 deletions
|
@ -583,7 +583,8 @@ If FRAME is omitted, describe the currently selected frame."
|
|||
If FRAME is omitted, describe the currently selected frame."
|
||||
(cdr (assq 'width (frame-parameters frame))))
|
||||
|
||||
(defun set-default-font (font-name)
|
||||
(defalias 'set-default-font 'set-frame-font)
|
||||
(defun set-frame-font (font-name)
|
||||
"Set the font of the selected frame to FONT.
|
||||
When called interactively, prompt for the name of the font to use.
|
||||
To get the frame's current default font, use `frame-parameters'."
|
||||
|
|
Loading…
Add table
Reference in a new issue