From: Gerd Moellmann Date: Tue, 22 May 2001 09:46:32 +0000 (+0000) Subject: (custom-comment-show): Remove debug code. X-Git-Tag: emacs-pretest-21.0.104~404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fother-branches%2Fgerd_int;p=emacs.git (custom-comment-show): Remove debug code. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a26962f4c09..06331a10957 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-05-22 Gerd Moellmann + * cus-edit.el (custom-comment-show): Remove debug code. + * language/japan-util.el (japanese-symbol-table): Fix handling of Japanese long tone sign. From Kenichi Handa . 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)