summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-06-13 00:04:16 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-06-13 00:04:16 +0000
commit63212d45a144433fb9cb038f4f49c34b4ca21644 (patch)
tree43f1d833ae1ddf2e17e5d6132dfb333aa6403f58 /lisp/custom.el
parent0e8a0445d2f736e59616c5c84ea47a40fc8636c7 (diff)
downloademacs-63212d45a144433fb9cb038f4f49c34b4ca21644.tar.gz
emacs-63212d45a144433fb9cb038f4f49c34b4ca21644.tar.bz2
emacs-63212d45a144433fb9cb038f4f49c34b4ca21644.zip
(custom-theme-directory): Use user-emacs-directory.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index f5028ddc0d5..98a301d80f1 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -1009,10 +1009,7 @@ Every theme X has a property `provide-theme' whose value is \"X-theme\".
;;; Loading themes.
(defcustom custom-theme-directory
- (if (eq system-type 'ms-dos)
- ;; MS-DOS cannot have initial dot.
- "~/_emacs.d/"
- "~/.emacs.d/")
+ user-emacs-directory
"Directory in which Custom theme files should be written.
`load-theme' searches this directory in addition to load-path.
The command `customize-create-theme' writes the files it produces