projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab03f2
)
* lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare.
author
Glenn Morris
<rgm@gnu.org>
Thu, 17 Mar 2016 16:04:51 +0000
(09:04 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 17 Mar 2016 16:04:51 +0000
(09:04 -0700)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 70b0f232ce662c0a26c053d3be55c51f1ff0423c..10ba5b380312646efd55d32e50846c1e36b34d5d 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-4582,6
+4582,8
@@
Argument MIME is non-nil if this is a mime message."
(list armor-start (- (point-max) after-end) mime
armor-end-regexp)))
+(declare-function rmail-mime-entity-truncated "rmailmm" (entity))
+
;; Should this have a key-binding, or be in a menu?
;; There doesn't really seem to be an appropriate menu.
;; Eg the edit command is not in a menu either.