comparison lisp/cus-edit.el @ 67793:49724377f337

Really fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 24 Dec 2005 06:52:56 +0000
parents 1c774eee2980
children 7bdbb812b2f9
comparison
equal deleted inserted replaced
67792:1c774eee2980 67793:49724377f337
2722 ;; Make the comment invisible by hand if it's empty 2722 ;; Make the comment invisible by hand if it's empty
2723 (custom-comment-hide comment-widget)) 2723 (custom-comment-hide comment-widget))
2724 (put symbol 'saved-value 2724 (put symbol 'saved-value
2725 (list (custom-quote (widget-value child)))) 2725 (list (custom-quote (widget-value child))))
2726 (custom-push-theme 'theme-value symbol 'user 2726 (custom-push-theme 'theme-value symbol 'user
2727 'set (custom-quote (widget-value 2727 'set (widget-value child))
2728 child)))
2729 (funcall set symbol (widget-value child)) 2728 (funcall set symbol (widget-value child))
2730 (put symbol 'variable-comment comment) 2729 (put symbol 'variable-comment comment)
2731 (put symbol 'saved-variable-comment comment))) 2730 (put symbol 'saved-variable-comment comment)))
2732 (put symbol 'customized-value nil) 2731 (put symbol 'customized-value nil)
2733 (put symbol 'customized-variable-comment nil) 2732 (put symbol 'customized-variable-comment nil)