aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2026-02-21 09:35:30 +0000
committerSean Whitton2026-02-21 09:35:30 +0000
commit76b76fe14c8db2e112f444a3033ae16629cb719f (patch)
treeb1d8c5d2d48007b1a6b7ce506cf3124e0c36841c
parent6e63a13033bd4b54d70873021a6d9658b73364c6 (diff)
downloademacs-76b76fe14c8db2e112f444a3033ae16629cb719f.tar.gz
emacs-76b76fe14c8db2e112f444a3033ae16629cb719f.zip
; * lisp/custom.el (copy-theme-options): New FIXME.
-rw-r--r--lisp/custom.el4
1 files changed, 3 insertions, 1 deletions
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?"
1846 var (symbol-value var) val))))) 1846 var (symbol-value var) val)))))
1847 (customize-save-variable 1847 (customize-save-variable
1848 var val 1848 var val
1849 (format "Copied from %s by `copy-theme-options'" theme))))) 1849 (format "Copied from %s by `copy-theme-options'" theme))))
1850 ;; FIXME: Now offer to disable THEME.
1851 )
1850 1852
1851(provide 'custom) 1853(provide 'custom)
1852 1854