From: Chong Yidong Date: Sat, 24 Dec 2005 06:52:56 +0000 (+0000) Subject: Really fix typo. X-Git-Tag: emacs-pretest-22.0.90~5086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34321842d2df6333194aa2f9156b857f59dff744;p=emacs.git Really fix typo. --- 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)))