branch: externals/modus-themes
commit d8a80e52d1993bd5518f5b465e599c9d5b336b27
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Revert "Make the modus-themes-common-palette-mappings a defvar instead of 
defconst"
    
    This reverts commit 02b402755596c6ff95965328eb8f15a3848a7c04.
    
    It turns out that this does not fix the problem. If so, I prefer to
    declare this as a 'defconst'.
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 7b5c200b8c..099fb2fb13 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -665,7 +665,7 @@ represents."
 (define-obsolete-variable-alias 'modus-vivendi-deuteranopia-palette 
'modus-themes-vivendi-deuteranopia-palette "5.0.0")
 (define-obsolete-variable-alias 'modus-vivendi-tritanopia-palette 
'modus-themes-vivendi-tritanopia-palette "5.0.0")
 
-(defvar modus-themes-common-palette-mappings
+(defconst modus-themes-common-palette-mappings
   '((fringe bg-dim)
 
     ;; Button mappings

Reply via email to