changeset 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 9c54e8f5b763
files lisp/custom.el
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Fri Dec 30 22:58:15 2005 +0000
+++ b/lisp/custom.el	Fri Dec 30 22:58:24 2005 +0000
@@ -1120,12 +1120,6 @@
 	     (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.