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

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

[elpa] externals/modus-operandi-theme 53606c6 011/153: Remove support fo


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 53606c6 011/153: Remove support for obsolete objed-extend face
Date: Thu, 18 Mar 2021 13:47:28 -0400 (EDT)

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

    Remove support for obsolete objed-extend face
    
    This contributes to issue 79:
    https://gitlab.com/protesilaos/modus-themes/-/issues/79
    
    See upstream's commit 47891ba:
    
https://github.com/clemera/objed/commit/47891baf8dcee9dcac79b250aa6df021c72c7294
---
 modus-operandi-theme.el | 1 -
 modus-vivendi-theme.el  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 5507214..a1c05d1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3187,7 +3187,6 @@ Also bind `class' to ((class color) (min-colors 89))."
                           green-alt-other green-alt-other-faint)
                        ,@(modus-operandi-theme-bold-weight))))
 ;;;;; objed
-   `(objed-extend ((,class :background ,bg-active)))
    `(objed-hl ((,class :background ,(if modus-operandi-theme-intense-hl-line
                                         bg-hl-alt-intense bg-hl-alt))))
    `(objed-mark ((,class :background ,bg-active)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 2b76251..91260ab 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3187,7 +3187,6 @@ Also bind `class' to ((class color) (min-colors 89))."
                           green-alt-other green-alt-other-faint)
                        ,@(modus-vivendi-theme-bold-weight))))
 ;;;;; objed
-   `(objed-extend ((,class :background ,bg-active)))
    `(objed-hl ((,class :background ,(if modus-vivendi-theme-intense-hl-line
                                         bg-hl-alt-intense bg-hl-alt))))
    `(objed-mark ((,class :background ,bg-active)))



reply via email to

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