]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-frob-font-slant, x-frob-font-weight): Add
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Oct 2001 21:27:19 +0000 (21:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Oct 2001 21:27:19 +0000 (21:27 +0000)
make-obsolete cookies, to follow faces.el.

lisp/term/pc-win.el

index c18636e2f976ab91eb80a261207e4f1e21762ecc..5f50acec5cfb67d33af49076f8cc80ca12e6d347 100644 (file)
@@ -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\