From fac0426fb3dee125e80cf849713990d966f02a97 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Sep 2016 13:25:04 +0300 Subject: [PATCH] ; * test/src/textprop-tests.el: Minor copyedits. --- test/src/textprop-tests.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/src/textprop-tests.el b/test/src/textprop-tests.el index 397ef28c035..ceb48d1b2db 100644 --- a/test/src/textprop-tests.el +++ b/test/src/textprop-tests.el @@ -67,3 +67,6 @@ ;; (message "%S" (car stack)) (should (and (equal-including-properties (pop stack) string) (null stack))))) + +(provide 'textprop-tests) +;; textprop-tests.el ends here. -- 2.39.5