]> git.eshelyaron.com Git - emacs.git/commitdiff
(customize-create-theme): Rename from
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 24 Mar 2003 06:08:32 +0000 (06:08 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 24 Mar 2003 06:08:32 +0000 (06:08 +0000)
`custom-theme-create'.

lisp/ChangeLog
lisp/cus-theme.el

index 45d8fcd1a32a4ab8bb5c39b9b42b1c43dd13900b..4a80a436f7e4357d2b5c782df55d0dfc60636ee6 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-24  John Paul Wallington  <jpw@gnu.org>
+
+       * cus-theme.el (customize-create-theme): Rename from
+       `custom-theme-create'.
+
 2003-03-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
 
        * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
index a142257ce2e6c1f1409a14a07092200d5423effc..8818dbace4bec6c7662b5f5c61c9e94dbf6f0d4d 100644 (file)
@@ -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*")