emacs-diffs
[Top][All Lists]
Advanced

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

master 895a18e: * test/lisp/mail/rfc2045-tests.el: Make it work.


From: Glenn Morris
Subject: master 895a18e: * test/lisp/mail/rfc2045-tests.el: Make it work.
Date: Sun, 26 Apr 2020 19:47:20 -0400 (EDT)

branch: master
commit 895a18eafb84bca68045e552437dbb00a15a9f56
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/mail/rfc2045-tests.el: Make it work.
---
 test/lisp/mail/rfc2045-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/mail/rfc2045-tests.el b/test/lisp/mail/rfc2045-tests.el
index 844b16a..edd7a88 100644
--- a/test/lisp/mail/rfc2045-tests.el
+++ b/test/lisp/mail/rfc2045-tests.el
@@ -24,6 +24,7 @@
 ;;; Code:
 
 (require 'ert)
+(require 'rfc2045)
 
 (ert-deftest rfc2045-test-encode-string ()
   (should (equal (rfc2045-encode-string "foo" "bar") "foo=bar"))



reply via email to

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