From 895a18eafb84bca68045e552437dbb00a15a9f56 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 26 Apr 2020 16:47:04 -0700 Subject: [PATCH] * 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 844b16a1d93..edd7a88c69e 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")) -- 2.39.2