]> git.eshelyaron.com Git - emacs.git/commitdiff
(pgg-parse-24, pgg-parse-crc24-string): Define for compiler.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 04:10:20 +0000 (04:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 04:10:20 +0000 (04:10 +0000)
lisp/pgg-parse.el

index 11d0c652d34de56b19e87eba595618eb82e75f01..336c492efde51cf13fa686bdcb2e0293162a7b22 100644 (file)
              (repeat))))
        (repeat)))))
 
+  (defvar pgg-parse-crc24)
+
   (defun pgg-parse-crc24-string (string)
     (let ((h (vector nil 183 1230 nil nil nil nil nil nil)))
       (ccl-execute-on-string pgg-parse-crc24 h string)
                       pgg-parse-public-key-algorithm-alist)))
     result))
 
+;; p-d-p only calls this if it is defined, but the compiler does not
+;; recognize that.
+(declare-function pgg-parse-crc24-string "pgg-parse" (string))
+
 (defun pgg-decode-packets ()
   (if (re-search-forward "^=\\([A-Za-z0-9+/]\\{4\\}\\)$" nil t)
       (let ((p (match-beginning 0))