X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=calist.el;h=fbef6808a08863ff8d80b690c6e47d9d1592556e;hb=68901615ac7da5fd8e7e14b744934636d594337b;hp=634ae97aa466ef9f0e896a5809e3a71a1539a4e5;hpb=70c96d459767d0adf7219bfcb364534c8821cdc0;p=elisp%2Fapel.git diff --git a/calist.el b/calist.el index 634ae97..fbef680 100644 --- a/calist.el +++ b/calist.el @@ -81,7 +81,7 @@ ((equal (cdr s-field) field-value) calist)))) -(define-calist-field-match-method t #'calist-default-field-match-method) +(define-calist-field-match-method t (function calist-default-field-match-method)) (defsubst calist-field-match-method (field-type) (symbol-function @@ -325,6 +325,7 @@ even if other rules are matched for ALIST." ;;; @ end ;;; -(provide 'calist) +(require 'product) +(product-provide (provide 'calist) (require 'apel-ver)) ;;; calist.el ends here