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

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

[elpa] externals/pyim f4074fc4ef 04/58: pyim-cregexp-valid-p -> pyim-cre


From: ELPA Syncer
Subject: [elpa] externals/pyim f4074fc4ef 04/58: pyim-cregexp-valid-p -> pyim-cregexp--valid-p
Date: Fri, 24 Jun 2022 06:57:52 -0400 (EDT)

branch: externals/pyim
commit f4074fc4ef4086afe717213fd46f7859919f70a4
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    pyim-cregexp-valid-p -> pyim-cregexp--valid-p
---
 pyim-cregexp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyim-cregexp.el b/pyim-cregexp.el
index ed6b54ba4d..ec3c9869eb 100644
--- a/pyim-cregexp.el
+++ b/pyim-cregexp.el
@@ -106,7 +106,7 @@ regexp, 所以搜索单字的时候一般可以搜到生僻字,但搜索句子
   (let ((char-level-num
          (pyim-cregexp--char-level-num char-level-num))
         rx-string)
-    (while (not (pyim-cregexp-valid-p rx-string))
+    (while (not (pyim-cregexp--valid-p rx-string))
       (setq rx-string
             (pyim-cregexp-create-beautiful-cregexp-from-string
              string scheme char-level-num chinese-only))
@@ -119,7 +119,7 @@ regexp, 所以搜索单字的时候一般可以搜到生僻字,但搜索句子
       (max (min num 4) 1)
     4))
 
-(defun pyim-cregexp-valid-p (cregexp)
+(defun pyim-cregexp--valid-p (cregexp)
   "Return t when cregexp is a valid regexp."
   (and cregexp
        (stringp cregexp)



reply via email to

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