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

    Remove obsolete argument from one modus-themes-get-current-theme call (see 
commit 7076680)
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index af596cb5ae..00f78e9499 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -7440,7 +7440,7 @@ whose value is another symbol, which ultimately resolves 
to a string or
 (defun modus-themes-with-colors-subr (expressions)
   "Do the work of `modus-themes-with-colors' for EXPRESSIONS."
   (condition-case data
-      (when-let* ((theme (modus-themes-get-current-theme :no-enable)))
+      (when-let* ((theme (modus-themes-get-current-theme)))
         (eval
          `(let* ((c '((class color) (min-colors 256)))
                  (unspecified 'unspecified)

Reply via email to