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

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

[elpa] externals/pyim 665867fc0a 31/41: Set pyim-process-autoselector de


From: ELPA Syncer
Subject: [elpa] externals/pyim 665867fc0a 31/41: Set pyim-process-autoselector default value is nil.
Date: Sat, 4 Jun 2022 09:57:47 -0400 (EDT)

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

    Set pyim-process-autoselector default value is nil.
---
 pyim-autoselector.el | 1 +
 pyim-process.el      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyim-autoselector.el b/pyim-autoselector.el
index acb272ce5a..74d183d7b1 100644
--- a/pyim-autoselector.el
+++ b/pyim-autoselector.el
@@ -63,6 +63,7 @@
         '(:select last))
        (t nil)))))
 
+(cl-pushnew #'pyim-autoselector-xingma pyim-process-autoselector)
 
 ;; * Footer
 (provide 'pyim-autoselector)
diff --git a/pyim-process.el b/pyim-process.el
index 0fd6d2bf14..af5337358f 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -59,7 +59,7 @@
   :type 'symbol)
 
 (defvaralias 'pyim-autoselector 'pyim-process-autoselector)
-(defcustom pyim-process-autoselector '(pyim-autoselector-xingma)
+(defcustom pyim-process-autoselector nil
   "已经启用的自动上屏器.
 
 自动上屏器是一个函数。假设用户已经输入 \"nihao\", 并按下 \"m\" 键,



reply via email to

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