changeset 40353:1e1c2c459774

(x-frob-font-slant, x-frob-font-weight): Add make-obsolete cookies, to follow faces.el.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 26 Oct 2001 21:27:19 +0000
parents 569879b0f1a6
children 3f7dedbea4ea
files lisp/term/pc-win.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/pc-win.el	Fri Oct 26 21:24:04 2001 +0000
+++ b/lisp/term/pc-win.el	Fri Oct 26 21:27:19 2001 +0000
@@ -214,8 +214,10 @@
 ;; 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\