]> git.eshelyaron.com Git - emacs.git/commitdiff
Really fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 24 Dec 2005 06:52:56 +0000 (06:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 24 Dec 2005 06:52:56 +0000 (06:52 +0000)
lisp/cus-edit.el

index 8034d23a5e0b11c18b7988fc5cb6ffea060826ba..a7758129797dc5764ccf3f90bcd46ce7e35185d1 100644 (file)
@@ -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)))