diff options
| author | Paul Eggert | 2016-03-22 11:04:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-22 11:04:36 -0700 |
| commit | f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd (patch) | |
| tree | 770fbf699587d51ed3a374c6f01bdd655394c66c /lisp/mail | |
| parent | 4869e0d85a215e7fb0262430a48aa4d5804bf0a4 (diff) | |
| parent | b8ea08b037fb16395b90481162587706e71b487c (diff) | |
| download | emacs-f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd.tar.gz emacs-f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd.zip | |
-
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
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. |