This commit was manufactured by cvs2svn to create branch 'slim-1_14'.
[elisp/flim.git] / sha1.el
diff --git a/sha1.el b/sha1.el
index ad25316..a7265b6 100644 (file)
--- a/sha1.el
+++ b/sha1.el
@@ -42,6 +42,9 @@
 
 (require 'hex-util)
 
+(eval-when-compile
+  (defun-maybe sha1-string (a)))
+
 (defvar sha1-dl-module
   (if (and (fboundp 'sha1-string)
           (subrp (symbol-function 'sha1-string)))