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

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

[elpa] externals/pyim d69083f029 20/26: Move pyim-select-finish-hook to


From: ELPA Syncer
Subject: [elpa] externals/pyim d69083f029 20/26: Move pyim-select-finish-hook to pyim-process.el
Date: Sun, 26 Jun 2022 10:57:53 -0400 (EDT)

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

    Move pyim-select-finish-hook to pyim-process.el
---
 pyim-process.el | 4 ++++
 pyim.el         | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pyim-process.el b/pyim-process.el
index 6366215f72..828a8d91bf 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -88,6 +88,10 @@ entered (nihaom) 的第一个候选词。
   "延迟多少秒开始延迟获取词条。"
   :type 'integer)
 
+(defcustom pyim-select-finish-hook nil
+  "Pyim 选词完成时运行的 hook."
+  :type 'hook)
+
 (defvar pyim-process-ui-init-hook nil
   "Hook used to run ui init functions.")
 
diff --git a/pyim.el b/pyim.el
index 1caec756df..9910246419 100644
--- a/pyim.el
+++ b/pyim.el
@@ -53,10 +53,6 @@
   "Pyim is a Chinese input method support quanpin, shuangpin, wubi and 
cangjie."
   :group 'leim)
 
-(defcustom pyim-select-finish-hook nil
-  "Pyim 选词完成时运行的 hook."
-  :type 'hook)
-
 (defcustom pyim-convert-string-at-point-hook nil
   "Hook of `pyim-convert-string-at-point'.
 



reply via email to

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