(mime-edit-sign-pgp-elkins): Abolish unused local variable.
authormorioka <morioka>
Mon, 8 Jun 1998 04:12:44 +0000 (04:12 +0000)
committermorioka <morioka>
Mon, 8 Jun 1998 04:12:44 +0000 (04:12 +0000)
(mime-edit-encrypt-pgp-elkins): Abolish unused local variable.

mime-edit.el

index 9ad6408..57ea90e 100644 (file)
@@ -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))