emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0f1f795: ; Fix typo in my last commit


From: Stefan Kangas
Subject: master 0f1f795: ; Fix typo in my last commit
Date: Fri, 30 Oct 2020 09:20:23 -0400 (EDT)

branch: master
commit 0f1f795fc8b72bfa0381089d1ff60f8801e394b0
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Fix typo in my last commit
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/text-property-search-tests.el 
b/test/lisp/emacs-lisp/text-property-search-tests.el
index 2781550..f643e49 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]