aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-09-18 00:19:25 -0700
committerGlenn Morris2012-09-18 00:19:25 -0700
commitfefa299077c02a931e5e72f7646e3dfa28f5e8ff (patch)
treecd64fdd05036ad7c9e460f62f4404210001abb6a
parent37ab5092e96c705aff371ca6203cdcb2d2fe3cd3 (diff)
downloademacs-fefa299077c02a931e5e72f7646e3dfa28f5e8ff.tar.gz
emacs-fefa299077c02a931e5e72f7646e3dfa28f5e8ff.zip
rmailedit comment
-rw-r--r--lisp/mail/rmailedit.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index 0b837a43d94..e4e066bd642 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -111,6 +111,8 @@ This function runs the hooks `text-mode-hook' and `rmail-edit-mode-hook'.
111 ;; Even if the message is in `raw' state, boundaries etc 111 ;; Even if the message is in `raw' state, boundaries etc
112 ;; are still missing. All we can do is insert the real 112 ;; are still missing. All we can do is insert the real
113 ;; raw message. (Bug#9840) 113 ;; raw message. (Bug#9840)
114 ;; FIXME? Since the 2012-09-17 changes to rmail-mime,
115 ;; can we just use that function now?
114 (when (and entity 116 (when (and entity
115 (not (equal "text/plain" 117 (not (equal "text/plain"
116 (car (rmail-mime-entity-type entity))))) 118 (car (rmail-mime-entity-type entity)))))