]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/rmailmm.el (rmail-mime): Simplify interactive spec
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 02:38:34 +0000 (22:38 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 02:38:34 +0000 (22:38 -0400)
lisp/mail/rmailmm.el

index cdb994a5c8e5b264045e623f4e78180873d88113..e08500a18985c2b80e80c8ddd8eb9d3a7f9419c8 100644 (file)
@@ -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)