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

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

[elpa] externals/pyim a02a29ff36 2/3: Fix build error


From: ELPA Syncer
Subject: [elpa] externals/pyim a02a29ff36 2/3: Fix build error
Date: Sat, 14 Jan 2023 23:58:44 -0500 (EST)

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

    Fix build error
---
 pyim-pymap-utils.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyim-pymap-utils.el b/pyim-pymap-utils.el
index e107a623ec..eacf3bb483 100644
--- a/pyim-pymap-utils.el
+++ b/pyim-pymap-utils.el
@@ -378,6 +378,8 @@
   (< (or (cl-position a pyim-pymap--commonly-used-cchar :test #'equal) 1000000)
      (or (cl-position b pyim-pymap--commonly-used-cchar :test #'equal) 
1000000)))
 
+(defvar pyim-dhashcache-code2word)
+
 (defun pyim-pymap-get-duoyinzi-words ()
   (interactive)
   (let (code2word output)



reply via email to

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