X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f560e69cee46267a26c0cb1635ccea9c5c997723..3981e5b5f52b39554131132e5e3a428d8508f546:/lisp/cus-theme.el diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index 8818dbace4..4124030303 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el @@ -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 @@ -119,7 +119,7 @@ It includes all variables in list VARS." (princ " '(") (prin1 symbol) (princ " ") - (prin1 (symbol-value symbol)) + (prin1 (custom-quote (symbol-value symbol))) (princ ")"))) vars) (if (bolp) @@ -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