From: Paul Eggert Date: Wed, 15 Feb 2017 15:47:27 +0000 (-0800) Subject: Fixup recent rmail patch X-Git-Tag: emacs-26.0.90~825 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6041a05a0ab51c5d600459e4aca67837070a96a;p=emacs.git Fixup recent rmail patch * lisp/mail/rmail.el (rmail-epa-decrypt): Remove unused local. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 55543f251d6..aeaba5862fc 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -4634,8 +4634,7 @@ Argument MIME is non-nil if this is a mime message." (when (y-or-n-p "Replace the original message? ") (setq decrypts (nreverse decrypts)) (let ((beg (rmail-msgbeg rmail-current-message)) - (end (rmail-msgend rmail-current-message)) - (from-buffer (current-buffer))) + (end (rmail-msgend rmail-current-message))) (with-current-buffer rmail-view-buffer (narrow-to-region beg end) (goto-char (point-min))