diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-26 21:27:19 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-26 21:27:19 +0000 |
commit | aa32689c0cbd43587d4af58c77b51f35330eb154 (patch) | |
tree | 8accadf84239af8b2258aa501c813d920d9733c2 | |
parent | bd6eb1cb4e4404c314185b0a5278a2c7b85b7e54 (diff) | |
download | emacs-aa32689c0cbd43587d4af58c77b51f35330eb154.tar.gz emacs-aa32689c0cbd43587d4af58c77b51f35330eb154.tar.bz2 emacs-aa32689c0cbd43587d4af58c77b51f35330eb154.zip |
(x-frob-font-slant, x-frob-font-weight): Add
make-obsolete cookies, to follow faces.el.
-rw-r--r-- | lisp/term/pc-win.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index c18636e2f97..5f50acec5cf 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -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\ |