]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-edit.el (customize-set-variable): Push setting to `user' theme.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 19 Feb 2006 17:27:37 +0000 (17:27 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 19 Feb 2006 17:27:37 +0000 (17:27 +0000)
lisp/cus-edit.el

index 77335615bfe5f76211f9ce5a5e6faf219da5be5c..feacc9adf0db1622ec1067ea761673d53cad3706 100644 (file)
@@ -932,6 +932,7 @@ If given a prefix (or a COMMENT argument), also prompt for a comment."
                                       "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 "")