Move built-in theme directory to etc/.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Oct 2010 18:27:08 +0000 (14:27 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Oct 2010 18:27:08 +0000 (14:27 -0400)
commit782b5e8d92668cc6d434c836d076e26db1cab7c1
tree4fc21b10d9bdc82198da99618a48112d98cadecf
parent99f65cface3bf5f8a8af7b9bd8a7159b5c77fad9
Move built-in theme directory to etc/.

* custom.el: Custom themes no longer use load-path.
(custom-theme-load-path): New option.  Change built-in theme
directory to etc/.
(custom-enabled-themes): Add custom-theme-load-path dependency.
(custom-theme--load-path): New function.
(load-theme, custom-available-themes): Use it.

* cus-theme.el (describe-theme-1): Use custom-theme--load-path.
(customize-themes): Link to custom-theme-load-path variable.
etc/ChangeLog
etc/NEWS
etc/themes/tango-dark-theme.el [moved from lisp/themes/tango-dark-theme.el with 100% similarity]
etc/themes/tango-theme.el [moved from lisp/themes/tango-theme.el with 100% similarity]
etc/themes/wheatgrass-theme.el [moved from lisp/themes/wheatgrass-theme.el with 100% similarity]
lisp/ChangeLog
lisp/cus-theme.el
lisp/custom.el