projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
828e688
)
* lisp/mail/rmailmm.el (rmail-mime): Simplify interactive spec
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 02:38:34 +0000
(22:38 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 02:38:34 +0000
(22:38 -0400)
lisp/mail/rmailmm.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailmm.el
b/lisp/mail/rmailmm.el
index cdb994a5c8e5b264045e623f4e78180873d88113..e08500a18985c2b80e80c8ddd8eb9d3a7f9419c8 100644
(file)
--- 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)