summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-04-11 22:38:34 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2021-04-11 22:38:34 -0400
commit954ce51d7a30e7d20bebbb3205c69e9b80181c34 (patch)
tree948880a96ef9618737e53cbd6f84506b57b88e78
parent828e688bef468fb80b291739529e3d4e2d79eddd (diff)
downloademacs-954ce51d7a30e7d20bebbb3205c69e9b80181c34.tar.gz
* lisp/mail/rmailmm.el (rmail-mime): Simplify interactive spec
-rw-r--r--lisp/mail/rmailmm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el
index cdb994a5c8e..e08500a1898 100644
--- a/lisp/mail/rmailmm.el
+++ b/lisp/mail/rmailmm.el
@@ -1402,7 +1402,7 @@ are handled according to `rmail-mime-media-type-handlers-alist'.
By default, this displays text and multipart messages, and offers to
download attachments as specified by `rmail-mime-attachment-dirs-alist'.
The arguments ARG and STATE have no effect in this case."
- (interactive (list current-prefix-arg nil))
+ (interactive)
(if rmail-enable-mime
(with-current-buffer rmail-buffer
(if (or (rmail-mime-message-p)