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

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

[elpa] externals/pyim 4434994a5a 12/26: Move pyim-process-get-first-imob


From: ELPA Syncer
Subject: [elpa] externals/pyim 4434994a5a 12/26: Move pyim-process-get-first-imobj
Date: Sun, 26 Jun 2022 10:57:52 -0400 (EDT)

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

    Move pyim-process-get-first-imobj
---
 pyim-process.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyim-process.el b/pyim-process.el
index 26e384643b..3ac66bc485 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -216,9 +216,6 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如:
 (defun pyim-process-get-entered (&optional type)
   (pyim-entered-get type))
 
-(defun pyim-process-get-first-imobj ()
-  (car pyim-process--imobjs))
-
 (defun pyim-process-get-candidates ()
   pyim-process--candidates)
 
@@ -704,6 +701,9 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如:
               pyim-process--code-criteria
             str))))
 
+(defun pyim-process-get-first-imobj ()
+  (car pyim-process--imobjs))
+
 (cl-defmethod pyim-process-select-word ((_scheme pyim-scheme-xingma))
   "从选词框中选择当前词条,然后删除该词条对应编码。"
   (pyim-process-outcome-handle 'candidate)



reply via email to

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