X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=path-util.el;h=d77464208b7eb67e8c193f713cedbdf1f126d8e8;hb=6a035e2edc196d6f1f0482c4fec18332388313bf;hp=e6aec378ea6e41e33ed4cd8219c4754395339e86;hpb=7ef7670b2e760f58d355034bca4ae1e267052f69;p=elisp%2Fapel.git diff --git a/path-util.el b/path-util.el index e6aec37..d774642 100644 --- a/path-util.el +++ b/path-util.el @@ -142,7 +142,7 @@ If suffixes is omitted, `exec-suffix-list' is used." (let (files) (catch 'tag (while suffixes - (let (suf (car suffixes)) + (let ((suf (car suffixes))) (if (and (not (string= suf "")) (string-match (concat (regexp-quote suf) "$") file)) (progn @@ -197,6 +197,7 @@ If PATHS is omitted, `load-path' is used." ;;; @ end ;;; -(provide 'path-util) +(require 'product) +(product-provide (provide 'path-util) (require 'apel-ver)) ;;; path-util.el ends here