We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02feb6a commit a9ff37fCopy full SHA for a9ff37f
rime.el
@@ -678,7 +678,7 @@ Currently just deactivate input method."
678
(if curr
679
(propertize (car c) 'face 'rime-highlight-candidate-face)
680
(propertize (car c) 'face 'rime-default-face))
681
- (if-let (comment (cdr c))
+ (if-let* ((comment (cdr c)))
682
(propertize (format " %s" comment) 'face 'rime-comment-face)
683
""))))
684
(setq result (concat result
0 commit comments