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

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

[elpa] externals/modus-operandi-theme 94c9b1c 059/153: Silence linter fo


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 94c9b1c 059/153: Silence linter for spurious eldoc error
Date: Thu, 18 Mar 2021 13:47:39 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 94c9b1c0c60c8222da2cdb04808dbb97e67e8e82
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Silence linter for spurious eldoc error
    
    See https://github.com/purcell/package-lint/issues/187
---
 modus-operandi-theme.el | 3 ++-
 modus-vivendi-theme.el  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 85d060f..698f65d 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1921,7 +1921,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(el-search-other-match ((,class :inherit modus-theme-special-mild)))
    `(el-search-occur-match ((,class :inherit modus-theme-special-calm)))
 ;;;;; eldoc
-   `(eldoc-highlight-function-argument ((,class :inherit bold :foreground 
,blue-alt-other)))
+   ;; NOTE: see https://github.com/purcell/package-lint/issues/187
+   (list 'eldoc-highlight-function-argument `((,class :inherit bold 
:foreground ,blue-alt-other)))
 ;;;;; eldoc-box
    `(eldoc-box-body ((,class :background ,bg-alt :foreground ,fg-main)))
    `(eldoc-box-border ((,class :background ,fg-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 99012ee..69398f0 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1921,7 +1921,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(el-search-other-match ((,class :inherit modus-theme-special-mild)))
    `(el-search-occur-match ((,class :inherit modus-theme-special-calm)))
 ;;;;; eldoc
-   `(eldoc-highlight-function-argument ((,class :inherit bold :foreground 
,blue-alt-other)))
+   ;; NOTE: see https://github.com/purcell/package-lint/issues/187
+   (list 'eldoc-highlight-function-argument `((,class :inherit bold 
:foreground ,blue-alt-other)))
 ;;;;; eldoc-box
    `(eldoc-box-body ((,class :background ,bg-alt :foreground ,fg-main)))
    `(eldoc-box-border ((,class :background ,fg-alt)))



reply via email to

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