comparison lisp/custom.el @ 90951:3619e7770f2e

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 793-802) - Update from CVS - Remove RCS keywords - Merge from emacs--rel--22 * emacs--rel--22 (patch 42-50) - Update from CVS - Merge from gnus--rel--5.10 - Gnus ChangeLog tweaks * gnus--rel--5.10 (patch 229-232) - Merge from emacs--devo--0, emacs--rel--22 - ChangeLog tweak - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-223
author Miles Bader <miles@gnu.org>
date Sat, 16 Jun 2007 22:32:13 +0000
parents 92c344270c8a cabb2521cfd3
children f55f9811f5d7
comparison
equal deleted inserted replaced
90950:8568c29985a3 90951:3619e7770f2e
1007 (intern (concat (symbol-name theme) "-theme"))) 1007 (intern (concat (symbol-name theme) "-theme")))
1008 1008
1009 ;;; Loading themes. 1009 ;;; Loading themes.
1010 1010
1011 (defcustom custom-theme-directory 1011 (defcustom custom-theme-directory
1012 (if (eq system-type 'ms-dos) 1012 user-emacs-directory
1013 ;; MS-DOS cannot have initial dot.
1014 "~/_emacs.d/"
1015 "~/.emacs.d/")
1016 "Directory in which Custom theme files should be written. 1013 "Directory in which Custom theme files should be written.
1017 `load-theme' searches this directory in addition to load-path. 1014 `load-theme' searches this directory in addition to load-path.
1018 The command `customize-create-theme' writes the files it produces 1015 The command `customize-create-theme' writes the files it produces
1019 into this directory." 1016 into this directory."
1020 :type 'string 1017 :type 'string