]> code.delx.au - gnu-emacs/commitdiff
* lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Mar 2016 16:04:51 +0000 (09:04 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Mar 2016 16:04:51 +0000 (09:04 -0700)
lisp/mail/rmail.el

index 70b0f232ce662c0a26c053d3be55c51f1ff0423c..10ba5b380312646efd55d32e50846c1e36b34d5d 100644 (file)
@@ -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.