(pgg-decode-armor-region): Remove autoload cookie.
authorueno <ueno>
Wed, 3 Nov 1999 06:53:37 +0000 (06:53 +0000)
committerueno <ueno>
Wed, 3 Nov 1999 06:53:37 +0000 (06:53 +0000)
(pgg-armor-header-lines): New variable.

pgg-parse.el

index 472e6cc..237bfe3 100644 (file)
   :group 'pgg-parse
   :type 'boolean)
 
+(defvar pgg-armor-header-lines
+  '("^-----BEGIN PGP MESSAGE\\(, PART [0-9]+\\(/[0-9]+\\)?\\)?-----\r?$"
+    "^-----BEGIN PGP PUBLIC KEY BLOCK-----\r?$"
+    "^-----BEGIN PGP PRIVATE KEY BLOCK-----\r?$"
+    "^-----BEGIN PGP SIGNATURE-----\r?$")
+  "Armor headers")
+
 (defmacro pgg-format-key-identifier (string)
   `(upcase (apply #'format "%02x%02x%02x%02x%02x%02x%02x%02x"
                  (string-to-int-list ,string))))
                        checksum)
          (error "PGP packet checksum does not match.")))))
 
-;;;###autoload
 (defun pgg-decode-armor-region (start end)
   (save-restriction
     (narrow-to-region start end)