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:
parent
6e63a13033
commit
76b76fe14c
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue