From: Eli Zaretskii Date: Sat, 24 Sep 2016 10:25:04 +0000 (+0300) Subject: ; * test/src/textprop-tests.el: Minor copyedits. X-Git-Tag: emacs-26.0.90~1553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fac0426fb3dee125e80cf849713990d966f02a97;p=emacs.git ; * test/src/textprop-tests.el: Minor copyedits. --- 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.