mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
* lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare.
This commit is contained in:
parent
9ab03f27fa
commit
005ac7c28b
1 changed files with 2 additions and 0 deletions
|
@ -4582,6 +4582,8 @@ Argument MIME is non-nil if this is a mime message."
|
||||||
(list armor-start (- (point-max) after-end) mime
|
(list armor-start (- (point-max) after-end) mime
|
||||||
armor-end-regexp)))
|
armor-end-regexp)))
|
||||||
|
|
||||||
|
(declare-function rmail-mime-entity-truncated "rmailmm" (entity))
|
||||||
|
|
||||||
;; Should this have a key-binding, or be in a menu?
|
;; Should this have a key-binding, or be in a menu?
|
||||||
;; There doesn't really seem to be an appropriate menu.
|
;; There doesn't really seem to be an appropriate menu.
|
||||||
;; Eg the edit command is not in a menu either.
|
;; Eg the edit command is not in a menu either.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue