* cus-edit.el (customize-set-variable): Push setting to `user' theme.
This commit is contained in:
parent
fccf278488
commit
8ed50a66d3
1 changed files with 1 additions and 0 deletions
|
@ -932,6 +932,7 @@ If given a prefix (or a COMMENT argument), also prompt for a comment."
|
||||||
"Set customized value for %s to: "
|
"Set customized value for %s to: "
|
||||||
current-prefix-arg))
|
current-prefix-arg))
|
||||||
(custom-load-symbol variable)
|
(custom-load-symbol variable)
|
||||||
|
(custom-push-theme 'theme-value variable 'user 'set (custom-quote value))
|
||||||
(funcall (or (get variable 'custom-set) 'set-default) variable value)
|
(funcall (or (get variable 'custom-set) 'set-default) variable value)
|
||||||
(put variable 'customized-value (list (custom-quote value)))
|
(put variable 'customized-value (list (custom-quote value)))
|
||||||
(cond ((string= comment "")
|
(cond ((string= comment "")
|
||||||
|
|
Loading…
Add table
Reference in a new issue