Skip to content

Commit 44d9ac5

Browse files
committed
clean up
1 parent d815333 commit 44d9ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

corfu-pixel-perfect.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ FACE applied to the 3 strings."
485485
(cl-loop for c in cands do
486486
(cl-loop for s in-ref c do
487487
(setf s (string-clean-whitespace s)))
488-
(when-let (((> (length (caddr c)) 0))
489-
(suffix (caddr c)))
488+
(when-let* ((suffix (caddr c))
489+
((> (length suffix) 0)))
490490
(setf (caddr c)
491491
(concat
492492
(apply 'propertize " " (text-properties-at 0 suffix))

0 commit comments

Comments
 (0)