From: okada Date: Mon, 22 Nov 1999 20:08:24 +0000 (+0000) Subject: sha1.el (sha1-encode): New alias. X-Git-Tag: slim-1_13_4~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3f8bb12f751ec89388823284d2358966fecf5b5d;p=elisp%2Fflim.git sha1.el (sha1-encode): New alias. (sha1-encode-binary): Ditto. --- diff --git a/ChangeLog b/ChangeLog index 3ef4533..23c2721 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 1999-10-23 Kenichi OKADA + * sha1.el (sha1-encode): New alias. + (sha1-encode-binary): Ditto. + + +1999-10-23 Kenichi OKADA + * SLIM: Version 1.13.3 released. 1999-10-23 Tsunehiko Baba diff --git a/sha1.el b/sha1.el index c86eb55..61bba55 100644 --- a/sha1.el +++ b/sha1.el @@ -54,6 +54,9 @@ (t (require 'sha1-el))) +(defalias 'sha1-encode 'sha1-string) +(defalias 'sha1-encode-binary 'sha1-string) + (provide 'sha1) ;;; sha1.el ends here