summaryrefslogtreecommitdiff
path: root/test/src/textprop-tests.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-09-24 13:25:04 +0300
committerEli Zaretskii <eliz@gnu.org>2016-09-24 13:25:04 +0300
commitfac0426fb3dee125e80cf849713990d966f02a97 (patch)
tree04551ce279e7963508e27461d2632adcac2fb5b9 /test/src/textprop-tests.el
parent0123d567384fd69c137fcecc181dbb5a65e043b4 (diff)
downloademacs-fac0426fb3dee125e80cf849713990d966f02a97.tar.gz
emacs-fac0426fb3dee125e80cf849713990d966f02a97.tar.bz2
emacs-fac0426fb3dee125e80cf849713990d966f02a97.zip
; * test/src/textprop-tests.el: Minor copyedits.
Diffstat (limited to 'test/src/textprop-tests.el')
-rw-r--r--test/src/textprop-tests.el3
1 files changed, 3 insertions, 0 deletions
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.