; * lisp/custom.el (copy-theme-options): New FIXME.

This commit is contained in:
Sean Whitton
2026-02-21 09:35:30 +00:00
parent 6e63a13033
commit 76b76fe14c

View File

@@ -1846,7 +1846,9 @@ overwrite with %S?"
var (symbol-value var) val)))))
(customize-save-variable
var val
(format "Copied from %s by `copy-theme-options'" theme)))))
(format "Copied from %s by `copy-theme-options'" theme))))
;; FIXME: Now offer to disable THEME.
)
(provide 'custom)