emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime 9f84446038 082/118: make emacs 25 test pass


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 9f84446038 082/118: make emacs 25 test pass
Date: Wed, 5 Jan 2022 07:58:49 -0500 (EST)

branch: elpa/org-mime
commit 9f8444603806e6baa94b2b67a23aab0ea52fef97
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]