Mercurial > emacs
changeset 37873:45147f063e6b
(custom-comment-show): Remove debug code.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 22 May 2001 09:45:57 +0000 |
parents | e5bfc11b9bb5 |
children | 07623cd6b837 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Tue May 22 09:33:52 2001 +0000 +++ b/lisp/cus-edit.el Tue May 22 09:45:57 2001 +0000 @@ -1993,9 +1993,7 @@ ;; 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)