X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/392cb21b2f3b9ad212225e05a715553e18b1c160..3981e5b5f52b39554131132e5e3a428d8508f546:/lisp/cus-theme.el diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index 02ba2de194..4124030303 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el @@ -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