From: Jason Rumney Date: Sat, 25 Nov 2000 19:48:15 +0000 (+0000) Subject: add version to obsolete variables. X-Git-Tag: emacs-pretest-21.0.92~68 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47092217997cdb4cf1af20dd0ba887f0c1f9abed;p=emacs.git add version to obsolete variables. --- diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 616e0e5d2a3..41f4a34ff0b 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -403,9 +403,9 @@ bit output with no translation." (w32-add-charset-info "unicode" 'w32-charset-unicode t))) -(make-obsolete-variable 'w32-enable-italics 'w32-enable-synthesized-fonts) +(make-obsolete-variable 'w32-enable-italics + 'w32-enable-synthesized-fonts "21.1") (make-obsolete-variable 'w32-charset-to-codepage-alist - "w32-charset-to-codepage-alist has been replaced by the more extensive -w32-charset-info-alist") + 'w32-charset-info-alist "21.1") ;;; w32-fns.el ends here