[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/custom.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/custom.el |
Date: |
Mon, 11 Jul 2005 02:09:38 -0400 |
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] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/02
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Richard M . Stallman, 2005/07/03
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Lute Kamstra, 2005/07/04
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/07
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/10
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Richard M . Stallman, 2005/07/10
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Richard M . Stallman, 2005/07/10
- [Emacs-diffs] Changes to emacs/lisp/custom.el,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Richard M . Stallman, 2005/07/11
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/11
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/13
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/13
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/13
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Juri Linkov, 2005/07/18