projects
/
elisp
/
lemi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2efd78a
)
Don't use `defun-maybe'.
author
tomo
<tomo>
Thu, 7 Dec 2000 05:42:09 +0000
(
05:42
+0000)
committer
tomo
<tomo>
Thu, 7 Dec 2000 05:42:09 +0000
(
05:42
+0000)
mail/sha1.el
patch
|
blob
|
history
diff --git
a/mail/sha1.el
b/mail/sha1.el
index
a7265b6
..
24a3af5
100644
(file)
--- 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)