X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=md5-dl.el;h=72078c5bfa8649e99dda2820da8080f796c9691d;hb=b301fe17ac91aaaabb77c75ba021d31632e5d723;hp=4bc12bfd81a22de3342d7c40fe33be90c3afba6c;hpb=d4bcc29e8c60f78d6f560762c9cc470e7fe6069e;p=elisp%2Fflim.git diff --git a/md5-dl.el b/md5-dl.el index 4bc12bf..72078c5 100644 --- a/md5-dl.el +++ b/md5-dl.el @@ -26,6 +26,11 @@ ;;; Code: +(eval-when-compile + (defun-maybe md5-string (a)) + (defun-maybe dynamic-link (a)) + (defun-maybe dynamic-call (a b))) + (defvar md5-dl-module (if (and (fboundp 'md5-string) (subrp (symbol-function 'md5-string))) @@ -61,6 +66,5 @@ hash of a portion of OBJECT." (md5-region (or beg (point-min)) (or end (point-max)))))) (provide 'md5-dl) -(provide 'md5) ;;; md5-dl.el ends here.