From da4e64c07051807ebe7fc3fcf60c9f4b055ab494 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 8 Jun 1998 04:12:44 +0000 Subject: [PATCH] (mime-edit-sign-pgp-elkins): Abolish unused local variable. (mime-edit-encrypt-pgp-elkins): Abolish unused local variable. --- mime-edit.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mime-edit.el b/mime-edit.el index 9ad6408..57ea90e 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -1674,9 +1674,7 @@ Parameter must be '(PROMPT CHOICE1 (CHOISE2 ...))." (mime-edit-translate-region beg end boundary)) (ctype (car ret)) (encoding (nth 1 ret)) - (parts (nth 3 ret)) - (pgp-boundary (concat "pgp-sign-" boundary)) - ) + (pgp-boundary (concat "pgp-sign-" boundary))) (goto-char beg) (insert (format "Content-Type: %s\n" ctype)) (if encoding @@ -1738,9 +1736,7 @@ Parameter must be '(PROMPT CHOICE1 (CHOISE2 ...))." (mime-edit-translate-region beg end boundary)) (ctype (car ret)) (encoding (nth 1 ret)) - (parts (nth 3 ret)) - (pgp-boundary (concat "pgp-" boundary)) - ) + (pgp-boundary (concat "pgp-" boundary))) (goto-char beg) (insert header) (insert (format "Content-Type: %s\n" ctype)) -- 1.7.10.4