]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in my last commit
authorStefan Kangas <stefan@marxist.se>
Fri, 30 Oct 2020 13:15:45 +0000 (14:15 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 30 Oct 2020 13:16:25 +0000 (14:16 +0100)
* test/lisp/emacs-lisp/text-property-search-tests.el
(text-property-search--pos-test): Fix typo.

test/lisp/emacs-lisp/text-property-search-tests.el

index 278155006c2558db0aceddf1a11720b55b365f5f..f643e49aa5e950ac4798395373498342103763ba 100644 (file)
 ;;;; 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"))