branch: externals/lin commit 307c19f2e3c2eb625be3ca1f0c80a6ec145667f1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove needless 'when' --- lin.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lin.el b/lin.el index cab2a25aa2..25f2992c99 100644 --- a/lin.el +++ b/lin.el @@ -135,8 +135,8 @@ Used only when `lin-override-foreground' is non-nil." 'mu4e-header-highlight-face) ;; Do not target `hl-line' directly, as it can be changed by ;; `hl-line-face'. - ((when (bound-and-true-p hl-line-face) - hl-line-face)) + ((bound-and-true-p hl-line-face) + hl-line-face) (t 'hl-line)))