From 50c31e213a157bc140ba6f88575373333635bd25 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 15 Mar 1998 15:26:00 +0000 Subject: [PATCH] (mime-method-to-verify-application/pgp-signature): Abolish unused local-variable `raw-buf'. --- mime-pgp.el | 1 - 1 file changed, 1 deletion(-) diff --git a/mime-pgp.el b/mime-pgp.el index b872ab4..d0ff55e 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -182,7 +182,6 @@ It should be ISO 639 2 letter language code such as en, ja, ...") (onum (if (> knum 0) (1- knum) (1+ knum))) - (raw-buf (current-buffer)) (oinfo (mime-raw-find-entity-from-node-id (cons onum mother-node-id) mime-raw-message-info)) (basename (expand-file-name "tm" mime-temp-directory)) -- 1.7.10.4