# HG changeset patch # User Richard M. Stallman # Date 1135983504 0 # Node ID 415ebc0554de380e8d43d50985e81599e84e2b38 # Parent 6130ad6751ca1a14b8b1ac00224d79cd30205142 (custom-load-themes): Function deleted. diff -r 6130ad6751ca -r 415ebc0554de lisp/custom.el --- 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.