1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-10 08:52:40 -07:00

; * 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)