X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=hmac-md5.el;h=097a959add9ed04a0e9e26403087a1798af9cd0c;hb=a5294ff6cb5a0743b4a02954cc77b0beedba245f;hp=d003b503e9229de3ac7fef35375371a167de3ac0;hpb=dfc2a77b02e2010e37ad46f4e6d6bbadd27ae8fd;p=elisp%2Fflim.git diff --git a/hmac-md5.el b/hmac-md5.el index d003b50..097a959 100644 --- a/hmac-md5.el +++ b/hmac-md5.el @@ -65,12 +65,6 @@ (eval-when-compile (require 'hmac-def)) (require 'hex-util) ; (decode-hex-string STRING) -;; Kludge for Emacs pretest 21.0.90 - 21.0.100 !!! -;; they have `md5' as a built-in function but do not provide 'md5. -(eval-and-compile - (if (and (fboundp 'md5) - (subrp (symbol-function 'md5))) - (provide 'md5))) (require 'md5) ; expects (md5 STRING) ;; To share *.elc files between Emacs w/ and w/o DL patch,