aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-22 09:46:32 +0000
committerGerd Moellmann2001-05-22 09:46:32 +0000
commitf1f65349f47be2982fc2dfb3847c730e520703f6 (patch)
tree8ec658c594f153b94f96e343e18c53c2b7627f27
parent0216c3dfceb8743c8441417ed18e704720a45ad0 (diff)
downloademacs-other-branches/gerd_int.tar.gz
emacs-other-branches/gerd_int.zip
(custom-comment-show): Remove debug code.other-branches/gerd_int
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/cus-edit.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a26962f4c09..06331a10957 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12001-05-22 Gerd Moellmann <gerd@gnu.org> 12001-05-22 Gerd Moellmann <gerd@gnu.org>
2 2
3 * cus-edit.el (custom-comment-show): Remove debug code.
4
3 * language/japan-util.el (japanese-symbol-table): Fix handling of 5 * language/japan-util.el (japanese-symbol-table): Fix handling of
4 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>. 6 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5 7
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:\"."
1993;; the global custom one 1993;; the global custom one
1994(defun custom-comment-show (widget) 1994(defun custom-comment-show (widget)
1995 (widget-put widget :comment-shown t) 1995 (widget-put widget :comment-shown t)
1996 (trace-to-stderr (format "1: %s\n" (widget-value widget)))
1997 (custom-redraw widget) 1996 (custom-redraw widget)
1998 (trace-to-stderr (format "2: %s\n" (widget-value widget)))
1999 (widget-setup)) 1997 (widget-setup))
2000 1998
2001(defun custom-comment-invisible-p (widget) 1999(defun custom-comment-invisible-p (widget)