From 76b76fe14c8db2e112f444a3033ae16629cb719f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 Feb 2026 09:35:30 +0000 Subject: [PATCH] ; * lisp/custom.el (copy-theme-options): New FIXME. --- lisp/custom.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/custom.el b/lisp/custom.el index 2a92f070096..59b15032de1 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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)