diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1a1f266 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/*.lisp ident +/*.asd ident diff --git a/md5.lisp b/md5.lisp index d1dcdbf..8f16cae 100644 --- a/md5.lisp +++ b/md5.lisp @@ -5,7 +5,7 @@ ;;;; cmucl-help mailing-list hosted at cons.org, in November 2001 and ;;;; has been placed into the public domain. ;;;; -;;;; $Id: md5.lisp,v 1.8 2003/01/25 00:18:27 dent Exp $ +;;;; $Id$ ;;;; ;;;; While the implementation should work on all conforming Common ;;;; Lisp implementations, it has only been optimized for CMU CL,