summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/text-property-search-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-30 14:15:45 +0100
committerStefan Kangas <stefan@marxist.se>2020-10-30 14:16:25 +0100
commit0f1f795fc8b72bfa0381089d1ff60f8801e394b0 (patch)
tree838a785945719189bb0199d371fd77fe33f71577 /test/lisp/emacs-lisp/text-property-search-tests.el
parent0836335cdff727142a8a2831942f42b18cb5c780 (diff)
downloademacs-0f1f795fc8b72bfa0381089d1ff60f8801e394b0.tar.gz
emacs-0f1f795fc8b72bfa0381089d1ff60f8801e394b0.tar.bz2
emacs-0f1f795fc8b72bfa0381089d1ff60f8801e394b0.zip
; Fix typo in my last commit
* test/lisp/emacs-lisp/text-property-search-tests.el (text-property-search--pos-test): Fix typo.
Diffstat (limited to 'test/lisp/emacs-lisp/text-property-search-tests.el')
-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 @@
;;;; Position after search.
(defun text-property-search--pos-test (fun pos &optional reverse)
- (with-temp-buffer (:name "position")
+ (with-temp-buffer
(insert (concat "foo "
(propertize "bar" 'x t)
" baz"))