diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-05-22 09:46:32 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-05-22 09:46:32 +0000 |
commit | f1f65349f47be2982fc2dfb3847c730e520703f6 (patch) | |
tree | 8ec658c594f153b94f96e343e18c53c2b7627f27 /lisp/cus-edit.el | |
parent | 0216c3dfceb8743c8441417ed18e704720a45ad0 (diff) | |
download | emacs-f1f65349f47be2982fc2dfb3847c730e520703f6.tar.gz |
(custom-comment-show): Remove debug code.other-branches/gerd_int
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index ae4f995df07..e3e1421db4f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1993,9 +1993,7 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"." ;; the global custom one (defun custom-comment-show (widget) (widget-put widget :comment-shown t) - (trace-to-stderr (format "1: %s\n" (widget-value widget))) (custom-redraw widget) - (trace-to-stderr (format "2: %s\n" (widget-value widget))) (widget-setup)) (defun custom-comment-invisible-p (widget) |