From: Stefan Kangas Date: Fri, 30 Oct 2020 13:15:45 +0000 (+0100) Subject: ; Fix typo in my last commit X-Git-Tag: emacs-28.0.90~5336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f1f795fc8b72bfa0381089d1ff60f8801e394b0;p=emacs.git ; Fix typo in my last commit * test/lisp/emacs-lisp/text-property-search-tests.el (text-property-search--pos-test): Fix typo. --- 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"))