From: Glenn Morris Date: Thu, 17 Mar 2016 16:04:51 +0000 (-0700) Subject: * lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~475^2~52^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=005ac7c28b0eb16a0b4690feeb1a4918465e83e7;p=emacs.git * lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 70b0f232ce6..10ba5b38031 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.