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

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

[elpa] externals/pyim 426cf4173d 1/2: Simplify pyim-select-subword-by-nu


From: ELPA Syncer
Subject: [elpa] externals/pyim 426cf4173d 1/2: Simplify pyim-select-subword-by-number
Date: Sun, 26 Jun 2022 22:57:49 -0400 (EDT)

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

    Simplify pyim-select-subword-by-number
---
 pyim.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyim.el b/pyim.el
index 3d79a74846..ce88367d67 100644
--- a/pyim.el
+++ b/pyim.el
@@ -487,7 +487,8 @@ FILE 的格式与 `pyim-dcache-export' 生成的文件格式相同,
   "以词定字功能。"
   (interactive)
   (pyim-process-plan-to-toggle-select-subword (or n 1))
-  (pyim-process-run))
+  (pyim-process-run)
+  (pyim-select-word))
 
 ;; ** 翻页和翻词功能
 (defalias 'pyim-previous-page #'pyim-page-previous-page)



reply via email to

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