branch: externals/modus-themes
commit 610ae60123707c4669651b8da3308e9c54b83620
Merge: 4b10426687 de57a78821
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Merge branch 'blc/loop' into 'main'
    
    Simplify modus-themes--retrieve-palette-value
    
    See merge request protesilaos/modus-themes!60
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index e675f9e19d..ea3299cd67 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1154,7 +1154,7 @@ This function is used in the macros `modus-themes-theme',
           (eq value 'unspecified))
       value)
      ((and (symbolp value)
-           (memq value (mapcar #'car palette)))
+           value)
       (modus-themes--retrieve-palette-value value palette))
      (t
       'unspecified))))

Reply via email to