From 34321842d2df6333194aa2f9156b857f59dff744 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 24 Dec 2005 06:52:56 +0000 Subject: [PATCH] Really fix typo. --- lisp/cus-edit.el | 3 +-- 1 file changed, 1 insertion(+), 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))) -- 2.39.5