Mercurial > emacs
changeset 81342:cabb2521cfd3
(custom-theme-directory): Use user-emacs-directory.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 13 Jun 2007 00:04:16 +0000 |
parents | 62a65204ff7a |
children | ce2f9d785f66 |
files | lisp/custom.el |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/custom.el Wed Jun 13 00:04:04 2007 +0000 +++ b/lisp/custom.el Wed Jun 13 00:04:16 2007 +0000 @@ -1009,10 +1009,7 @@ ;;; 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