message.el (message-canlock-generate): Require sha1, not
authorSimon Josefsson <jas@extundo.com>
Wed, 1 Sep 2004 20:14:58 +0000 (20:14 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 1 Sep 2004 20:14:58 +0000 (20:14 +0000)
commit79e1276e6ac1c5481d8eba33b91848d3f8935f41
tree0a77d411eab5f841122fc0e33f9b056c09f8a23b
parent295f0ae7023b7db676a5d27e404e7428d7116419
message.el (message-canlock-generate): Require sha1, not
sha1-el.  (Can we get rid of this require alltogheter? It is ugly
to require within a function.  Sadly, if sha1.el isn't loaded, the
let binding in m-c-g will hide the defcustom definition, which is
bad.)
canlock.el: Require sha1, not sha1-el.
message.el: Don't autoload sha1 (there is a autoload cookie in
sha1.el).
sha1-el.el: Renamed to sha1.el.
lisp/ChangeLog
lisp/canlock.el
lisp/message.el
lisp/sha1.el [moved from lisp/sha1-el.el with 99% similarity]