diff options
| author | John Paul Wallington | 2003-03-24 06:08:32 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-03-24 06:08:32 +0000 |
| commit | f560e69cee46267a26c0cb1635ccea9c5c997723 (patch) | |
| tree | ead78c072e3b16c90a74facbd232baa14f62e187 | |
| parent | c0bcce6f0757c6230cffe0cd00ffcb4ac0a937a9 (diff) | |
| download | emacs-f560e69cee46267a26c0cb1635ccea9c5c997723.tar.gz emacs-f560e69cee46267a26c0cb1635ccea9c5c997723.zip | |
(customize-create-theme): Rename from
`custom-theme-create'.
| -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 @@ | |||
| 1 | 2003-03-24 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * cus-theme.el (customize-create-theme): Rename from | ||
| 4 | `custom-theme-create'. | ||
| 5 | |||
| 1 | 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu> | 6 | 2003-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*") |