changeset 33734:158687c6a102

(md5): Provide.
author Dave Love <fx@gnu.org>
date Wed, 22 Nov 2000 11:14:50 +0000
parents 77c9a1b47240
children b27d530cc1ce
files lisp/md5.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/md5.el	Wed Nov 22 10:41:06 2000 +0000
+++ b/lisp/md5.el	Wed Nov 22 11:14:50 2000 +0000
@@ -76,4 +76,6 @@
       ;; Don't return the newline that follows them!
       (buffer-substring 1 33))))
 
+(provide 'md5)
+
 ;;; md5.el ends here