Mercurial > emacs
changeset 67793:49724377f337
Really fix typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 24 Dec 2005 06:52:56 +0000 |
parents | 1c774eee2980 |
children | 09f3c0ac0073 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Sat Dec 24 06:45:16 2005 +0000 +++ b/lisp/cus-edit.el Sat Dec 24 06:52:56 2005 +0000 @@ -2724,8 +2724,7 @@ (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)))