branch: externals/pyim
commit 4689205781b689fa695b9bde8e3e1f0fa73e0510
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
Remove pinyins-list-adjusted
---
pyim-cstring.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyim-cstring.el b/pyim-cstring.el
index b3e03e7565..d08e7029e4 100644
--- a/pyim-cstring.el
+++ b/pyim-cstring.el
@@ -112,7 +112,7 @@ BUG: 当 STRING 中包含其它标点符号,并且设置 SEPERATER 时,结
(if return-list
(list string)
string)
- (let (pinyins-list pinyins-list-adjusted)
+ (let (pinyins-list)
;; ("Hello" "银" "行") -> (("Hello") ("yin") ("hang" "xing"))
(setq pinyins-list
(mapcar (lambda (str)