emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/lin 307c19f2e3 27/46: Remove needless 'when'


From: ELPA Syncer
Subject: [elpa] externals/lin 307c19f2e3 27/46: Remove needless 'when'
Date: Thu, 7 Apr 2022 23:57:46 -0400 (EDT)

branch: externals/lin
commit 307c19f2e3c2eb625be3ca1f0c80a6ec145667f1
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]