Mercurial > emacs
changeset 50287:51b6a93f7e19
(customize-create-theme): Rename from
`custom-theme-create'.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Mon, 24 Mar 2003 06:07:49 +0000 |
parents | 53cf1a79b0f5 |
children | 3ab5045ca8fa |
files | lisp/cus-theme.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-theme.el Mon Mar 24 03:33:53 2003 +0000 +++ b/lisp/cus-theme.el Mon Mar 24 06:07:49 2003 +0000 @@ -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*")