[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master ba12c54: Fix load-theme bug with user-emacs-directo
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master ba12c54: Fix load-theme bug with user-emacs-directory |
Date: |
Sun, 1 Sep 2019 12:57:04 -0400 (EDT) |
branch: master
commit ba12c5467dadd228a00bcf972fd8415c26f4a4bd
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>
Fix load-theme bug with user-emacs-directory
* lisp/custom.el (custom-theme-directory): Delay initialization,
since the value depends on user-emacs-directory (Bug#37256).
---
lisp/custom.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/custom.el b/lisp/custom.el
index 9bd9712..2e42ea7 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -1137,6 +1137,7 @@ Every theme X has a property `provide-theme' whose value
is \"X-theme\".
The command `customize-create-theme' writes theme files into this
directory. By default, Emacs searches for custom themes in this
directory first---see `custom-theme-load-path'."
+ :initialize #'custom-initialize-delay
:type 'string
:group 'customize
:version "22.1")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master ba12c54: Fix load-theme bug with user-emacs-directory,
Paul Eggert <=