comparison lisp/custom.el @ 67944:415ebc0554de

(custom-load-themes): Function deleted.
author Richard M. Stallman <rms@gnu.org>
date Fri, 30 Dec 2005 22:58:24 +0000
parents 6130ad6751ca
children 48d2cc2834b4
comparison
equal deleted inserted replaced
67943:6130ad6751ca 67944:415ebc0554de
1118 (disable-theme (cadr theme))) 1118 (disable-theme (cadr theme)))
1119 (t 1119 (t
1120 (load-theme theme))) 1120 (load-theme theme)))
1121 (push theme themes-loaded)) 1121 (push theme themes-loaded))
1122 (put by-theme 'theme-loads-themes themes-loaded))) 1122 (put by-theme 'theme-loads-themes themes-loaded)))
1123
1124 (defun custom-load-themes (&rest body)
1125 "Load themes for the USER theme as specified by BODY.
1126
1127 See `custom-theme-load-themes' for more information on BODY."
1128 (apply 'custom-theme-load-themes 'user body))
1129 1123
1130 ;;; Enabling and disabling loaded themes. 1124 ;;; Enabling and disabling loaded themes.
1131 1125
1132 (defun enable-theme (theme) 1126 (defun enable-theme (theme)
1133 "Reenable all variable and face settings defined by THEME. 1127 "Reenable all variable and face settings defined by THEME.