diff options
author | Glenn Morris <rgm@gnu.org> | 2016-03-17 09:04:51 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-03-17 09:04:51 -0700 |
commit | 005ac7c28b0eb16a0b4690feeb1a4918465e83e7 (patch) | |
tree | ab5a7b97ed10b8375222190be45defe0eebe112a | |
parent | 9ab03f27fad7b1ae68dda7a2effd075658dcf184 (diff) |
* lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare.
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 70b0f232ce..10ba5b3803 100644 --- 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. |