From 8ed50a66d39f7b118d800417f29218225df3ad40 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 19 Feb 2006 17:27:37 +0000 Subject: [PATCH] * cus-edit.el (customize-set-variable): Push setting to `user' theme. --- lisp/cus-edit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 77335615bfe..feacc9adf0d 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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 "") -- 2.39.2