]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-theme.el
Merged in changes from CVS trunk.
[gnu-emacs] / lisp / cus-theme.el
index a142257ce2e6c1f1409a14a07092200d5423effc..f1001990d3c49e364cc44422102e1cbc0ee4add4 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*")
@@ -73,7 +73,7 @@ This will help you share your customizations with other people.\n\n")
   (widget-insert " ")
   (widget-create 'push-button
                 :notify (lambda (&rest ignore)
-                          (custom-theme-create))
+                          (customize-create-theme))
                 "Reset")
   (widget-insert " ")
   (widget-create 'push-button
@@ -154,4 +154,5 @@ It includes all faces in list FACES."
       (unless (looking-at "\n")
        (princ "\n")))))
 
+;;; arch-tag: cd6919bc-63af-410e-bae2-b6702e762344
 ;;; cus-theme.el ends here