aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-03-24 06:08:32 +0000
committerJohn Paul Wallington2003-03-24 06:08:32 +0000
commitf560e69cee46267a26c0cb1635ccea9c5c997723 (patch)
treeead78c072e3b16c90a74facbd232baa14f62e187
parentc0bcce6f0757c6230cffe0cd00ffcb4ac0a937a9 (diff)
downloademacs-f560e69cee46267a26c0cb1635ccea9c5c997723.tar.gz
emacs-f560e69cee46267a26c0cb1635ccea9c5c997723.zip
(customize-create-theme): Rename from
`custom-theme-create'.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/cus-theme.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 45d8fcd1a32..4a80a436f7e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12003-03-24 John Paul Wallington <jpw@gnu.org>
2
3 * cus-theme.el (customize-create-theme): Rename from
4 `custom-theme-create'.
5
12003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu> 62003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
2 7
3 * cus-edit.el (custom-mode): Make `custom-local-buffer' local. 8 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
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 @@
32 (require 'wid-edit)) 32 (require 'wid-edit))
33 33
34;;;###autoload 34;;;###autoload
35(defun custom-theme-create () 35(defun customize-create-theme ()
36 "Create a custom theme." 36 "Create a custom theme."
37 (interactive) 37 (interactive)
38 (if (get-buffer "*New Custom Theme*") 38 (if (get-buffer "*New Custom Theme*")