Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.91 emacs/lisp/custom.el:1.92
*** emacs/lisp/custom.el:1.91   Mon Jul 11 05:41:45 2005
--- emacs/lisp/custom.el        Mon Jul 11 06:09:37 2005
***************
*** 1102,1108 ****
        (if (eq prop 'theme-value)
            (custom-theme-recalc-variable symbol)
          (custom-theme-recalc-face symbol)))))
!   (push theme (delq theme custom-enabled-themes))
    ;; `user' must always be the highest-precedence enabled theme.
    (unless (eq theme 'user)
      (custom-enable-theme 'user)))
--- 1102,1109 ----
        (if (eq prop 'theme-value)
            (custom-theme-recalc-variable symbol)
          (custom-theme-recalc-face symbol)))))
!   (setq custom-enabled-themes
!         (cons theme (delq theme custom-enabled-themes)))
    ;; `user' must always be the highest-precedence enabled theme.
    (unless (eq theme 'user)
      (custom-enable-theme 'user)))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to