(x-frob-font-slant, x-frob-font-weight): Add
make-obsolete cookies, to follow faces.el.
This commit is contained in:
parent
bd6eb1cb4e
commit
aa32689c0c
1 changed files with 2 additions and 0 deletions
|
@ -214,8 +214,10 @@ support other types of selections."
|
|||
;; it, no matter which variety they've asked for.
|
||||
(defun x-frob-font-slant (font which)
|
||||
font)
|
||||
(make-obsolete 'x-frob-font-slant 'make-face-... "21.1")
|
||||
(defun x-frob-font-weight (font which)
|
||||
font)
|
||||
(make-obsolete 'x-frob-font-weight 'make-face-... "21.1")
|
||||
(defun x-font-family-list ()
|
||||
"Return a list of available font families on FRAME.\n\
|
||||
If FRAME is omitted or nil, use the selected frame.\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue