summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-12-30 22:58:24 +0000
committerRichard M. Stallman <rms@gnu.org>2005-12-30 22:58:24 +0000
commit5b76b2d4cb05c3be9838c7fa2e558fcc35aec831 (patch)
treece5f59e391e5b59abd1f8611d8e0e8a2fa068667 /lisp/custom.el
parentdbf5770dfeaeca43a40db4c5cca5888c0b67b7cc (diff)
downloademacs-5b76b2d4cb05c3be9838c7fa2e558fcc35aec831.tar.gz
(custom-load-themes): Function deleted.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index e5a90823ada..66f6dc06c65 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -1120,12 +1120,6 @@ All the themes loaded for BY-THEME are recorded in BY-THEME's property
(load-theme theme)))
(push theme themes-loaded))
(put by-theme 'theme-loads-themes themes-loaded)))
-
-(defun custom-load-themes (&rest body)
- "Load themes for the USER theme as specified by BODY.
-
-See `custom-theme-load-themes' for more information on BODY."
- (apply 'custom-theme-load-themes 'user body))
;;; Enabling and disabling loaded themes.