update.
[elisp/apel.git] / env.el
diff --git a/env.el b/env.el
index c0e68f6..bc28492 100644 (file)
--- a/env.el
+++ b/env.el
@@ -109,6 +109,7 @@ This function works by modifying `process-environment'."
                    (cons (concat variable "=" value)
                          process-environment)))))))
 
-(provide 'env)
+(require 'product)
+(product-provide (provide 'env) (require 'apel-ver))
 
 ;;; env.el ends here