Mercurial > emacs
changeset 69007:b9e2a1b4b54a
* cus-edit.el (customize-set-variable): Push setting to `user' theme.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 19 Feb 2006 17:27:37 +0000 |
parents | e4d97c1f1377 |
children | 84c233e47d60 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Sun Feb 19 17:26:44 2006 +0000 +++ b/lisp/cus-edit.el Sun Feb 19 17:27:37 2006 +0000 @@ -932,6 +932,7 @@ "Set customized value for %s to: " current-prefix-arg)) (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) (put variable 'customized-value (list (custom-quote value))) (cond ((string= comment "")