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

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

[elpa] externals/pyim 958649f50f 3/3: Fix build error again.


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

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

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

diff --git a/pyim-pymap-utils.el b/pyim-pymap-utils.el
index eacf3bb483..84526e34f3 100644
--- a/pyim-pymap-utils.el
+++ b/pyim-pymap-utils.el
@@ -400,7 +400,7 @@
             (dolist (char chars)
               (when-let* ((cpys (pyim-pymap-cchar2py-get char))
                           (py (nth i (car x)))
-                          (_ (> (length cpys) 1)))
+                          (lengthp (> (length cpys) 1)))
                 (setf (alist-get py output nil nil #'equal)
                       (delete-dups `(,@(alist-get py output nil nil #'equal) 
,word))))
               (setq i (1+ i)))))))



reply via email to

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