summaryrefslogtreecommitdiff
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2003-03-24 06:08:32 +0000
committerJohn Paul Wallington <jpw@pobox.com>2003-03-24 06:08:32 +0000
commitf560e69cee46267a26c0cb1635ccea9c5c997723 (patch)
treeead78c072e3b16c90a74facbd232baa14f62e187 /lisp/cus-theme.el
parentc0bcce6f0757c6230cffe0cd00ffcb4ac0a937a9 (diff)
downloademacs-f560e69cee46267a26c0cb1635ccea9c5c997723.tar.gz
(customize-create-theme): Rename from
`custom-theme-create'.
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r--lisp/cus-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el
index a142257ce2e..8818dbace4b 100644
--- a/lisp/cus-theme.el
+++ b/lisp/cus-theme.el
@@ -32,7 +32,7 @@
(require 'wid-edit))
;;;###autoload
-(defun custom-theme-create ()
+(defun customize-create-theme ()
"Create a custom theme."
(interactive)
(if (get-buffer "*New Custom Theme*")