]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-comment-show): Remove debug code. other-branches/gerd_int
authorGerd Moellmann <gerd@gnu.org>
Tue, 22 May 2001 09:46:32 +0000 (09:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 22 May 2001 09:46:32 +0000 (09:46 +0000)
lisp/ChangeLog
lisp/cus-edit.el

index a26962f4c09a58f5f1fe1f28ebaae6330cc94399..06331a10957825eb260aee5010c9510dace4a9d9 100644 (file)
@@ -1,5 +1,7 @@
 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>.
 
index ae4f995df07a2b07247fba8eb4bf34389e03b149..e3e1421db4fad0ec368b69541b8cee475ff15fb4 100644 (file)
@@ -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)