branch: elpa/alect-themes
commit 445fdf75d0e83487a4ce427d1a7a065764a432f0
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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