From: tomo Date: Thu, 7 Dec 2000 05:42:09 +0000 (+0000) Subject: Don't use `defun-maybe'. X-Git-Tag: semi21-1_14_0-pre2~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1993e0de7cefbe906d6c47d19bc446cd0deecc1b;p=elisp%2Flemi.git Don't use `defun-maybe'. --- diff --git a/mail/sha1.el b/mail/sha1.el index a7265b6..24a3af5 100644 --- a/mail/sha1.el +++ b/mail/sha1.el @@ -43,7 +43,8 @@ (require 'hex-util) (eval-when-compile - (defun-maybe sha1-string (a))) + (or (fboundp 'sha1-string) + (defun sha1-string (a)))) (defvar sha1-dl-module (if (and (fboundp 'sha1-string)