]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32-enable-italics, w32-charset-to-codepage-alist): Declare as obsolete.
authorJason Rumney <jasonr@gnu.org>
Sat, 15 Jul 2000 11:50:42 +0000 (11:50 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 15 Jul 2000 11:50:42 +0000 (11:50 +0000)
lisp/w32-fns.el

index 5c3e22b191aab2783326aa058009d5fa16f9ab8e..32c66a9174cce0fa6b6e47fd5ab55b1bd13c0f84 100644 (file)
@@ -394,4 +394,9 @@ CODING-SYSTEM, use \\[list-coding-systems]."
                  (add-to-list 'w32-charset-info-alist
                   '("unicode" . (w32-charset-unicode . t))))))
 
+(make-obsolete-variable 'w32-enable-italics 'w32-enable-synthesized-fonts)
+(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-fns.el ends here