1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

* lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare.

This commit is contained in:
Glenn Morris 2016-03-17 09:04:51 -07:00
parent 9ab03f27fa
commit 005ac7c28b

View 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.