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

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

[elpa] externals/pyim 9da901bf0f 15/35: pyim-dhashcache-save* -> pyim-dh


From: ELPA Syncer
Subject: [elpa] externals/pyim 9da901bf0f 15/35: pyim-dhashcache-save* -> pyim-dhashcache--save*
Date: Fri, 24 Jun 2022 08:58:06 -0400 (EDT)

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

    pyim-dhashcache-save* -> pyim-dhashcache--save*
---
 pyim-dcache.el     | 2 +-
 pyim-dhashcache.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyim-dcache.el b/pyim-dcache.el
index a660633cc8..55dd20baf7 100644
--- a/pyim-dcache.el
+++ b/pyim-dcache.el
@@ -123,7 +123,7 @@ AUTO-BACKUP-THRESHOLD 倍, 那么原值将自动备份到 FILE 对应的备份
     (when value
       (with-temp-buffer
         (insert ";; -*- lisp-data -*-\n")
-        (insert ";; Auto generated by `pyim-dhashcache-save-variable-to-file', 
don't edit it by hand!\n")
+        (insert ";; Auto generated by 
`pyim-dhashcache--save-variable-to-file', don't edit it by hand!\n")
         (insert (format ";; Build time: %s\n\n" (current-time-string)))
         (insert (let ((print-level nil)
                       (print-circle t)
diff --git a/pyim-dhashcache.el b/pyim-dhashcache.el
index 50ede0c3eb..a314aab276 100644
--- a/pyim-dhashcache.el
+++ b/pyim-dhashcache.el
@@ -684,9 +684,9 @@ pyim 使用的词库文件是简单的文本文件,编码 *强制* 为 \\='utf
 ;; ** 保存 dhashcache 相关函数
 (cl-defmethod pyim-dcache-save-caches
   (&context ((pyim-dcache-backend) (eql pyim-dhashcache)))
-  (pyim-dhashcache-save-personal-dcache-to-file))
+  (pyim-dhashcache--save-personal-dcache-to-file))
 
-(defun pyim-dhashcache-save-personal-dcache-to-file ()
+(defun pyim-dhashcache--save-personal-dcache-to-file ()
   ;; 用户选择过的词
   (pyim-dcache-save-variable
    'pyim-dhashcache-icode2word



reply via email to

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