From 3344fa3b155f31bf45b471a3b535c3ec9ff18cdc Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 14 Mar 1998 12:30:31 +0000 Subject: [PATCH] (mime-method-to-verify-application/pgp-signature): Use `mime-raw-point-to-entity-node-id'; abolish `entity-number'. --- mime-pgp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index 6c9720c..25ab6c7 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -176,8 +176,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") (defun mime-method-to-verify-application/pgp-signature (start end cal) "Internal method to check PGP/MIME signature." (let* ((encoding (cdr (assq 'encoding cal))) - (entity-number (mime-raw-point-to-entity-number start)) - (entity-node-id (reverse entity-number)) + (entity-node-id (mime-raw-point-to-entity-node-id start)) (rmcnum (cdr entity-node-id)) (knum (car entity-node-id)) (onum (if (> knum 0) -- 1.7.10.4