aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorPaul Eggert2016-03-22 11:04:36 -0700
committerPaul Eggert2016-03-22 11:04:36 -0700
commitf95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd (patch)
tree770fbf699587d51ed3a374c6f01bdd655394c66c /lisp/mail
parent4869e0d85a215e7fb0262430a48aa4d5804bf0a4 (diff)
parentb8ea08b037fb16395b90481162587706e71b487c (diff)
downloademacs-f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd.tar.gz
emacs-f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd.zip
-
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 5c2331aea48..734155e217d 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4585,6 +4585,8 @@ Argument MIME is non-nil if this is a mime message."
4585 (list armor-start (- (point-max) after-end) mime 4585 (list armor-start (- (point-max) after-end) mime
4586 armor-end-regexp))) 4586 armor-end-regexp)))
4587 4587
4588(declare-function rmail-mime-entity-truncated "rmailmm" (entity))
4589
4588;; Should this have a key-binding, or be in a menu? 4590;; Should this have a key-binding, or be in a menu?
4589;; There doesn't really seem to be an appropriate menu. 4591;; There doesn't really seem to be an appropriate menu.
4590;; Eg the edit command is not in a menu either. 4592;; Eg the edit command is not in a menu either.