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

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

[elpa] externals/relint ac5d0cf 25/44: Add more safe functions


From: Mattias Engdegård
Subject: [elpa] externals/relint ac5d0cf 25/44: Add more safe functions
Date: Tue, 26 Mar 2019 12:57:28 -0400 (EDT)

branch: externals/relint
commit ac5d0cf79b72cf012d88f79affae7d703702d7ea
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Add more safe functions
---
 trawl.el | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/trawl.el b/trawl.el
index 89e61a1..2a71f65 100644
--- a/trawl.el
+++ b/trawl.el
@@ -173,15 +173,24 @@
     null not
     eq eql equal
     string-equal string= string< string-lessp char-equal string-match-p
-    string-match                        ; Alters the match state.
+
+    ; These alter the match state.
+    string-match split-string replace-regexp-in-string
+
+    combine-and-quote-strings split-string-and-unquote
+    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
     vector aref elt vconcat
     char-to-string string-to-char
     number-to-string string-to-number int-to-string
     upcase downcase capitalize
-    purecopy copy-sequence copy-alist
+    purecopy copy-sequence copy-alist copy-tree
+    assoc-default member-ignore-case alist-get
+    last butlast number-sequence
     plist-get plist-member
-    consp atom stringp symbolp listp nlisp
-    integerp numberp natnump fixnump bignump characterp
+    consp atom stringp symbolp listp nlistp
+    integerp numberp natnump fixnump bignump characterp zerop
     sequencep vectorp arrayp
     + - * / % mod 1+ 1- max min < <= = > >= /= abs))
 



reply via email to

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