branch: externals/relint
commit 1c664381d81286bacda026d1aabf8a64c344d514
Author: Mattias Engdegård <matti...@acm.org>
Commit: Mattias Engdegård <matti...@acm.org>

    Add string-search and string-replace to the list of pure functions
    
    These were added in (the yet unreleased) Emacs 28.
---
 relint.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/relint.el b/relint.el
index 8fc2de3..7f46b46 100644
--- a/relint.el
+++ b/relint.el
@@ -444,6 +444,7 @@ or (NAME val VAL), for values.")
     string-join string-trim-left string-trim-right string-trim
     string-prefix-p string-suffix-p
     string-blank-p string-remove-prefix string-remove-suffix
+    string-search string-replace
     vector aref elt vconcat
     char-to-string string-to-char
     number-to-string string-to-number int-to-string

Reply via email to