branch: externals/pyim commit dcdae4db85646de85b1ca75e4604691cf9273273 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-cloudim.el (pyim-cloudim-parse-baidu-buffer): Add word comment. --- pyim-cloudim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim-cloudim.el b/pyim-cloudim.el index c9fb2755e9..703f0b9650 100644 --- a/pyim-cloudim.el +++ b/pyim-cloudim.el @@ -132,7 +132,7 @@ (buffer-string) 'utf-8)))) (when (> (length word) 0) - (list word)))) + (list (propertize word :comment "(云)"))))) (defun pyim-cloudim:google (string scheme-name) "使用 google 云输入法引擎搜索 STRING, 获取词条列表。"