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

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

[elpa] externals/relint 1c66438 06/16: Add string-search and string-repl


From: Mattias Engdegård
Subject: [elpa] externals/relint 1c66438 06/16: Add string-search and string-replace to the list of pure functions
Date: Mon, 30 Nov 2020 05:00:58 -0500 (EST)

branch: externals/relint
commit 1c664381d81286bacda026d1aabf8a64c344d514
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@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

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