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

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

[elpa] externals/relint bc1b5a8 16/23: Add word-search-regexp to the lis


From: Mattias Engdegård
Subject: [elpa] externals/relint bc1b5a8 16/23: Add word-search-regexp to the list of regexp generating functions
Date: Sun, 29 Sep 2019 15:34:53 -0400 (EDT)

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

    Add word-search-regexp to the list of regexp generating functions
---
 relint.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/relint.el b/relint.el
index 65fbd2c..d22b93c 100644
--- a/relint.el
+++ b/relint.el
@@ -941,7 +941,8 @@ EXPANDED is a list of expanded functions, to prevent 
recursion."
    ((memq (car expr) '(regexp-quote regexp-opt regexp-opt-charset
                        rx rx-to-string wildcard-to-regexp read-regexp
                        char-fold-to-regexp find-tag-default-as-regexp
-                       find-tag-default-as-symbol-regexp sentence-end))
+                       find-tag-default-as-symbol-regexp sentence-end
+                       word-search-regexp))
     (list (car expr)))
    ((memq (car expr) '(looking-at re-search-forward re-search-backward
                        string-match string-match-p looking-back looking-at-p))



reply via email to

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