diff options
| author | Sean Whitton | 2026-02-21 09:35:30 +0000 |
|---|---|---|
| committer | Sean Whitton | 2026-02-21 09:35:30 +0000 |
| commit | 76b76fe14c8db2e112f444a3033ae16629cb719f (patch) | |
| tree | b1d8c5d2d48007b1a6b7ce506cf3124e0c36841c | |
| parent | 6e63a13033bd4b54d70873021a6d9658b73364c6 (diff) | |
| download | emacs-76b76fe14c8db2e112f444a3033ae16629cb719f.tar.gz emacs-76b76fe14c8db2e112f444a3033ae16629cb719f.zip | |
; * lisp/custom.el (copy-theme-options): New FIXME.
| -rw-r--r-- | lisp/custom.el | 4 |
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 | ||