summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/w32-fns.el6
1 files changed, 3 insertions, 3 deletions
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