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

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

[elpa] externals/pyim 314279993d 14/58: pyim-cstring-split-to-string-1 -


From: ELPA Syncer
Subject: [elpa] externals/pyim 314279993d 14/58: pyim-cstring-split-to-string-1 -> pyim-cstring--split-to-string
Date: Fri, 24 Jun 2022 06:57:52 -0400 (EDT)

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

    pyim-cstring-split-to-string-1 ->  pyim-cstring--split-to-string
---
 pyim-cstring-utils.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyim-cstring-utils.el b/pyim-cstring-utils.el
index fb759b658d..c25b0a4340 100644
--- a/pyim-cstring-utils.el
+++ b/pyim-cstring-utils.el
@@ -95,13 +95,13 @@ CHINESE-STRING 分词,得到一个词条 alist,这个 alist 的元素都是
   (mapconcat (lambda (str)
                (when (> (length str) 0)
                  (if (not (pyim-string-match-p "\\CC" str))
-                     (pyim-cstring-split-to-string-1
+                     (pyim-cstring--split-to-string
                       str prefer-short-word separator max-word-length)
                    str)))
              (pyim-cstring--partition string) (or separator " ")))
 
-(defun pyim-cstring-split-to-string-1 (chinese-string &optional 
prefer-short-word
-                                                      separator 
max-word-length)
+(defun pyim-cstring--split-to-string (chinese-string &optional 
prefer-short-word
+                                                     separator max-word-length)
   "`pyim-cstring-split-to-string' 内部函数。"
   (let ((str-length (length chinese-string))
         (word-list (pyim-cstring-split-to-list



reply via email to

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