[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/custom.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/custom.el |
Date: |
Fri, 30 Dec 2005 22:58:24 +0000 |
Index: emacs/lisp/custom.el
diff -u emacs/lisp/custom.el:1.111 emacs/lisp/custom.el:1.112
--- emacs/lisp/custom.el:1.111 Fri Dec 30 22:58:15 2005
+++ emacs/lisp/custom.el Fri Dec 30 22:58:24 2005
@@ -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.