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

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

[elpa] externals/pyim 2a22da363a 39/58: pyim-liberime-create-word -> pyi


From: ELPA Syncer
Subject: [elpa] externals/pyim 2a22da363a 39/58: pyim-liberime-create-word -> pyim-liberime--create-word
Date: Fri, 24 Jun 2022 06:57:55 -0400 (EDT)

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

    pyim-liberime-create-word -> pyim-liberime--create-word
---
 pyim-liberime.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyim-liberime.el b/pyim-liberime.el
index ca2aea989c..5b65d83a62 100644
--- a/pyim-liberime.el
+++ b/pyim-liberime.el
@@ -183,7 +183,7 @@
             (goto-char (point-max)))
           (pyim-process-run))
       ;; 在 rime 后端造词和调整瓷瓶词频
-      (pyim-liberime-create-word
+      (pyim-liberime--create-word
        (reverse pyim-liberime-code-log)
        (reverse pyim-liberime-word-log))
       ;; 使用 rime 的同时,也附带的优化 quanpin 的词库。
@@ -216,7 +216,7 @@
 
 (add-to-list 'pyim-process-autoselector 'pyim-autoselector-rime)
 
-(defun pyim-liberime-create-word (codes words)
+(defun pyim-liberime--create-word (codes words)
   "通过 CODES 和 WORDS 的信息,在 rime 后端重新造词和调整词频。
 比如:
 



reply via email to

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