From: shuhei Date: Wed, 22 Dec 1999 21:53:53 +0000 (+0000) Subject: Add product information. X-Git-Tag: apel-10_0~8 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=10e12214b24c13b8c8699b0ae63403ff38c5b80d Add product information. --- diff --git a/pym.el b/pym.el index ca6676d..b8d45ad 100644 --- a/pym.el +++ b/pym.el @@ -288,6 +288,7 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol ;;; End. -(provide 'pym) +(require 'product) +(product-provide (provide 'pym) (require 'apel-ver)) ;;; pym.el ends here