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

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

[elpa] externals/pyim facb66b266 1/2: pyim-process-add-last-created-word


From: ELPA Syncer
Subject: [elpa] externals/pyim facb66b266 1/2: pyim-process-add-last-created-word -> pyim-process--add-last-created-word
Date: Tue, 28 Jun 2022 00:57:53 -0400 (EDT)

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

    pyim-process-add-last-created-word -> pyim-process--add-last-created-word
---
 pyim-process.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyim-process.el b/pyim-process.el
index b2877d9757..4b85869393 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -786,7 +786,7 @@ BUG:拼音无法有效地处理多音字。"
     ;; PYIM 有些功能会用到 text property, 保存词条之前将 text property 去除,防
     ;; 止不必要的数据进入 cache.
     (setq word (substring-no-properties word))
-    (pyim-process-add-last-created-word word)
+    (pyim-process--add-last-created-word word)
     (let* ((scheme (pyim-scheme-current))
            (code-prefix (pyim-scheme-code-prefix scheme))
            (codes (pyim-cstring-to-codes
@@ -812,7 +812,7 @@ BUG:拼音无法有效地处理多音字。"
                    (format "%s -> %s" (concat (or code-prefix "") code) word))
                  codes "; "))))
 
-(defun pyim-process-add-last-created-word (word)
+(defun pyim-process--add-last-created-word (word)
   (setq pyim-process--last-created-words
         (cons word (remove word pyim-process--last-created-words))))
 



reply via email to

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