X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=pccl.el;h=c696f75797d234f28338687f61a67f7b7e2c3e74;hb=f4712a9facdb878f0fae3d5edb9a3ac400c59480;hp=b7ba56f4e33e46ce3a7e2a65f97d2b4ca5ea05fe;hpb=fee15ae1097e502bb1320e5b14be10027b248bf8;p=elisp%2Fapel.git diff --git a/pccl.el b/pccl.el index b7ba56f..c696f75 100644 --- a/pccl.el +++ b/pccl.el @@ -1,4 +1,4 @@ -;;; pccl.el --- Portable CCL utility for Mule 1.* and Mule 2.* +;;; pccl.el --- Portable CCL utility for Mule 2.* ;; Copyright (C) 1998 Free Software Foundation, Inc. @@ -26,14 +26,12 @@ (require 'broken) -;; The condition for non-XEmacs mule t may be wrong. -;; But I don't know exact version which introduce CCL on mule. (broken-facility ccl-usable - "Emacs has CCL." + "Emacs has not CCL." (and (featurep 'mule) (if (featurep 'xemacs) (>= emacs-major-version 21) - t))) + (>= emacs-major-version 19)))) (unless-broken ccl-usable (require 'ccl) @@ -42,12 +40,12 @@ (if (featurep 'mule) (if (featurep 'xemacs) (if (>= emacs-major-version 21) - ;; for XEmacs-21-mule + ;; for XEmacs 21 with mule (require 'pccl-20)) (if (>= emacs-major-version 20) ;; for Emacs 20 (require 'pccl-20) - ;; for MULE 1.* and 2.* + ;; for Mule 2.* (require 'pccl-om)))) (defadvice define-ccl-program @@ -73,6 +71,7 @@ ;;; @ end ;;; -(provide 'pccl) +(require 'product) +(product-provide (provide 'pccl) (require 'apel-ver)) ;;; pccl.el ends here