diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/cus-theme.el | 2 |
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 @@ +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. 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*") |
