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

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

[nongnu] elpa/alect-themes 445fdf7 060/269: Remove "defvar"s for gnus an


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 445fdf7 060/269: Remove "defvar"s for gnus and emms icons
Date: Thu, 21 Oct 2021 17:58:49 -0400 (EDT)

branch: elpa/alect-themes
commit 445fdf75d0e83487a4ce427d1a7a065764a432f0
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Remove "defvar"s for gnus and emms icons
    
    It is emacs bug: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16266>.
---
 alect-themes.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 0b5145f..b8531f5 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1325,10 +1325,6 @@ For INVERT, see `alect-get-color'."
                        (alect-substitute-colors-in-faces
                         theme (copy-tree alect-overriding-faces))))
          (theme-vars  (cdr theme-vals)))
-    ;; FIXME is there a way to avoid this?: variables are not set with
-    ;; `custom-theme-set-variables' if they have not been defined yet
-    (defvar emms-mode-line-icon-image-cache nil)
-    (defvar gnus-mode-line-image-cache nil)
 
     `(progn
        (deftheme ,theme-name ,(format "The %s color theme."



reply via email to

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