branch: elpa/org-mime
commit 9f8444603806e6baa94b2b67a23aab0ea52fef97
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
make emacs 25 test pass
---
README.org | 2 ++
test/org-mime-tests.el | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 0ee4161d0a..a36df1fdf0 100644
--- a/README.org
+++ b/README.org
@@ -146,6 +146,8 @@ ASCII export options:
(setq org-mime-export-ascii 'utf-8)
#+end_src
+* Support legacy Emacs versions
+- 0.1.6 is the last version to support Emacs 24
* Development
- Patches are always welcomed
- You can =(setq org-mime-debug t)= to enable the log
diff --git a/test/org-mime-tests.el b/test/org-mime-tests.el
index 2a87bb46ed..89097e4c18 100644
--- a/test/org-mime-tests.el
+++ b/test/org-mime-tests.el
@@ -240,7 +240,6 @@
(should-not (string-match "#\\+begin_example" str))
(should (string-match "<#multipart" str))
(should (string-match "Subject: Section 2" str))
- (should-not (string-match "SECTION 2" str))
(should-not (string-match "Alfred E. Neuman" str))
(should-not (string-match "Table of Contents" str))
(should-not (string-match "SECTION_ONE" str)))