emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat 5727c9c654 4/4: Remove compat- prefix from strin


From: ELPA Syncer
Subject: [elpa] externals/compat 5727c9c654 4/4: Remove compat- prefix from string-search
Date: Sat, 12 Mar 2022 12:57:21 -0500 (EST)

branch: externals/compat
commit 5727c9c654f4e2ded18f41f735e1110ddc8aaee6
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove compat- prefix from string-search
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index fa42a169dd..d6105a54d3 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -237,7 +237,7 @@ being compared against."
                     (string-to-multibyte "o\303\270")
                     "foo\303\270")))
 
-(compat-deftest compat-string-search
+(compat-deftest string-search
   ;; Find needle at the beginning of a haystack:
   (ought 0 "a" "abb")
   ;; Find needle at the begining of a haystack, with more potential



reply via email to

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