branch: externals/pyim
commit d69083f029760697d3b665bd2eb749df06e720af
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
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'.