summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2005-12-24 06:52:56 +0000
committerChong Yidong <cyd@stupidchicken.com>2005-12-24 06:52:56 +0000
commitd796f00ecd1b928c62d4746cc8342e522158705c (patch)
treef2e350bdf7e1c076cd83cce2e7ada69ba45ec3df /lisp/cus-edit.el
parent54a7a87f69c6344f37d3968369de927d8bf92c10 (diff)
downloademacs-d796f00ecd1b928c62d4746cc8342e522158705c.tar.gz
Really fix typo.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 8034d23a5e0..a7758129797 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -2724,8 +2724,7 @@ Optional EVENT is the location for the menu."
(put symbol 'saved-value
(list (custom-quote (widget-value child))))
(custom-push-theme 'theme-value symbol 'user
- 'set (custom-quote (widget-value
- child)))
+ 'set (widget-value child))
(funcall set symbol (widget-value child))
(put symbol 'variable-comment comment)
(put symbol 'saved-variable-comment comment)))