From: morioka Date: Mon, 8 Jun 1998 04:12:44 +0000 (+0000) Subject: (mime-edit-sign-pgp-elkins): Abolish unused local variable. X-Git-Tag: semi-1_5_3~7 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4e64c07051807ebe7fc3fcf60c9f4b055ab494;p=elisp%2Fsemi.git (mime-edit-sign-pgp-elkins): Abolish unused local variable. (mime-edit-encrypt-pgp-elkins): Abolish unused local variable. --- 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))