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

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

[elpa] externals/pyim-basedict c606c34101 3/3: v0.5.2


From: ELPA Syncer
Subject: [elpa] externals/pyim-basedict c606c34101 3/3: v0.5.2
Date: Sat, 28 May 2022 19:57:53 -0400 (EDT)

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

    v0.5.2
---
 pyim-basedict.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pyim-basedict.el b/pyim-basedict.el
index 37a90c7977..2c79375e24 100644
--- a/pyim-basedict.el
+++ b/pyim-basedict.el
@@ -5,7 +5,7 @@
 
 ;; Author: Feng Shu <tumashu@163.com>
 ;; URL: https://github.com/tumashu/pyim-basedict
-;; Version: 0.5.1
+;; Version: 0.5.2
 ;; Keywords: convenience, Chinese, pinyin, input-method, complete
 
 ;; This file is part of GNU Emacs.
@@ -90,7 +90,7 @@ tarball and extract data/* to this directory.")
       ;; Maybe we should just (require 'pyim) and call
       ;; `pyim-extra-dicts-add-dict' unconditionally, or maybe we should
       ;; use `with-eval-after-load'.
-      (if (featurep 'pyim)
+      (if (featurep 'pyim-dict)
           (pyim-extra-dicts-add-dict
            `(;; Make Indent beautiful :-)
              :name "Basedict-elpa"
@@ -100,7 +100,7 @@ tarball and extract data/* to this directory.")
              :elpa t))
         (message "pyim 没有安装,pyim-basedict 启用失败。")))))
 
-(declare-function 'pyim-dline-parse "pyim")
+(declare-function 'pyim-dline-parse "pyim-common")
 
 (defun pyim-basedict-generate-count-info ()
   "从 libpinyin data 文件中获取词条的 count 信息。"
@@ -133,8 +133,7 @@ tarball and extract data/* to this directory.")
   (interactive)
   (pyim-basedict-generate-count-info)
   (let ((dir pyim-basedict-libpinyin-datadir)
-        (hash-table (make-hash-table :test #'equal))
-        (count-info (make-hash-table :test #'equal)))
+        (hash-table (make-hash-table :test #'equal)))
     (if (not (and dir (file-directory-p dir)))
         (message "Warn: `pyim-basedict-libpinyin-datadir' is not a directory.")
       (with-temp-buffer



reply via email to

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