X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=md5.el;h=55c658b569e325d83f7bd471b84d5ef4b51dd0ea;hb=60876e67c903f1fcd457b13fabd46d4d13080364;hp=3548b9933c6bb76cd99a6a1835a7658281746d46;hpb=ef4ddfd5f5d5d10706d8269f3a1311985d04603c;p=elisp%2Fflim.git diff --git a/md5.el b/md5.el index 3548b99..55c658b 100644 --- a/md5.el +++ b/md5.el @@ -5,6 +5,8 @@ ;; Author: Shuhei KOBAYASHI ;; Keywords: MD5, RFC 1321 +;; This file is part of FLIM (Faithful Library about Internet Message). + ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by the Free Software Foundation; either version 2, or @@ -56,8 +58,10 @@ ((and (fboundp 'dynamic-link) (file-exists-p (expand-file-name "md5.so" exec-directory))) ;; Emacs with DL patch. - (require 'md5 "md5-dl")) + (require 'md5-dl)) (t - (require 'md5 "md5-el"))) + (require 'md5-el))) + +(provide 'md5) ;;; md5.el ends here.