branch: externals/pyim commit 01d6c038b87ddf61cb60e77e7b43e398b9f780b5 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-page.el (pyim-page-preview-create:xingma): Use pyim-entered-with-entered-buffer instead. --- pyim-page.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim-page.el b/pyim-page.el index 043e6a22fd..95184fdbd2 100644 --- a/pyim-page.el +++ b/pyim-page.el @@ -359,7 +359,7 @@ page 的概念,比如,上面的 “nihao” 的 *待选词列表* 就可以 (split-string x "'") "'"))) ;; | 显示光标位置的字符 - (pyim-process-with-entered-buffer + (pyim-entered-with-entered-buffer (if (equal (point) (point-max)) (fmt (buffer-substring-no-properties (point-min) (point-max))) (concat (fmt (buffer-substring-no-properties (point-min) (point)))