]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-theme.el
Replace `read-input' by `read-string'.
[gnu-emacs] / lisp / cus-theme.el
index 02ba2de194d73b21f51a5451673d96160f065dde..412403030376d66ce5df36a155a8d25f390821fd 100644 (file)
@@ -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