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

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

[elpa] externals/pyim 31f693a919 3/6: Indent pyim-process-run


From: ELPA Syncer
Subject: [elpa] externals/pyim 31f693a919 3/6: Indent pyim-process-run
Date: Mon, 27 Jun 2022 05:57:58 -0400 (EDT)

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

    Indent pyim-process-run
---
 pyim-process.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pyim-process.el b/pyim-process.el
index d2be781c6e..e16d780ad5 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -434,11 +434,14 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如:
            entered-to-translate)
       (setq entered-to-translate
             (pyim-entered-get 'point-before))
-      (setq pyim-process--imobjs (pyim-imobjs-create entered-to-translate 
scheme))
+      (setq pyim-process--imobjs
+            (pyim-imobjs-create entered-to-translate scheme))
       (setq pyim-process--last-candidates
             pyim-process--candidates)
       (setq pyim-process--candidates
-            (or (delete-dups (pyim-candidates-create pyim-process--imobjs 
scheme))
+            (or (delete-dups
+                 (pyim-candidates-create
+                  pyim-process--imobjs scheme))
                 (list entered-to-translate)))
       (unless (eq (pyim-process--auto-select) 'auto-select-success)
         (pyim-process-plan-to-select-word 0)



reply via email to

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