add version to obsolete variables.
authorJason Rumney <jasonr@gnu.org>
Sat, 25 Nov 2000 19:48:15 +0000 (19:48 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 25 Nov 2000 19:48:15 +0000 (19:48 +0000)
lisp/w32-fns.el

index 616e0e5..41f4a34 100644 (file)
@@ -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