2001-05-22 Gerd Moellmann <gerd@gnu.org>
+ * 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 <handa@etl.go.jp>.
;; 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)