]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/textprop-tests.el: Minor copyedits.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2016 10:25:04 +0000 (13:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2016 10:25:04 +0000 (13:25 +0300)
test/src/textprop-tests.el

index 397ef28c03586ed95604476292c8330e5bbd7294..ceb48d1b2dbb785b281c294fc835694cb72a651c 100644 (file)
@@ -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.