diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-07-15 11:50:42 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-07-15 11:50:42 +0000 |
commit | d4b7d6b4944e4b639eafbc49284e0233009b0820 (patch) | |
tree | 0b59de32fe544bc785e0a4685cc291a446d1e8e5 /lisp/w32-fns.el | |
parent | 8322784013f25cd5a26a8ac8dbf3a4c0d8f5b4b6 (diff) | |
download | emacs-d4b7d6b4944e4b639eafbc49284e0233009b0820.tar.gz |
(w32-enable-italics, w32-charset-to-codepage-alist): Declare as obsolete.
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 5c3e22b191a..32c66a9174c 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -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 |