X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mcs-20.el;h=aa4743f297b2236504fba045822ee7823968513e;hb=0dcd1fa316e930a8bd784f93382368b57272c255;hp=5fc750276c57f9af944138256c4d4ab47ba3a38d;hpb=43fd8adb6259e75aa36a1a04830df312f30b355d;p=elisp%2Fapel.git diff --git a/mcs-20.el b/mcs-20.el index 5fc7502..aa4743f 100644 --- a/mcs-20.el +++ b/mcs-20.el @@ -30,7 +30,7 @@ ;;; Code: (require 'poem) -(require 'custom) +(require 'pcustom) (eval-when-compile (require 'wid-edit)) @@ -43,8 +43,10 @@ (gb2312 . cn-gb-2312) (cn-gb . cn-gb-2312) (iso-2022-jp-2 . iso-2022-7bit-ss2) + (iso-2022-jp-3 . iso-2022-7bit-ss2) (tis-620 . tis620) - (windows-874 . tis620) + (windows-874 . tis-620) + (cp874 . tis-620) (x-ctext . ctext) (unknown . undecided) (x-unknown . undecided) @@ -154,6 +156,7 @@ It must be symbol." ;;; @ end ;;; -(provide 'mcs-20) +(require 'product) +(product-provide (provide 'mcs-20) (require 'apel-ver)) ;;; mcs-20.el ends here