aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/emacs-lisp/text-property-search-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/text-property-search-tests.el b/test/lisp/emacs-lisp/text-property-search-tests.el
index 278155006c2..f643e49aa5e 100644
--- a/test/lisp/emacs-lisp/text-property-search-tests.el
+++ b/test/lisp/emacs-lisp/text-property-search-tests.el
@@ -157,7 +157,7 @@
157;;;; Position after search. 157;;;; Position after search.
158 158
159(defun text-property-search--pos-test (fun pos &optional reverse) 159(defun text-property-search--pos-test (fun pos &optional reverse)
160 (with-temp-buffer (:name "position") 160 (with-temp-buffer
161 (insert (concat "foo " 161 (insert (concat "foo "
162 (propertize "bar" 'x t) 162 (propertize "bar" 'x t)
163 " baz")) 163 " baz"))