From 767dc2132a44c15cbb6be1e6fbf9932077abbeaa Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 24 Feb 2005 08:16:45 +0000 Subject: [PATCH] (texinfo-multitable-widths): Reverse the logic that shows whether it is broken. --- utils/ChangeLog | 5 +++++ utils/ptexinfmt.el | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/utils/ChangeLog b/utils/ChangeLog index 86bf92b..244d26e 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,8 @@ +2005-02-24 Katsumi Yamaoka + + * ptexinfmt.el (texinfo-multitable-widths): Reverse the logic that + shows whether it is broken. + 2004-12-12 Yuuichi Teranishi * rfc2368.el (rfc2368-unhexify-string): Rewrite (%0D%0A -> \n). diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index edc4255..f854f23 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -169,10 +169,10 @@ DOCSTRING will be printed if ASSERTION is nil and (insert (format " {%s}\n" str)) (goto-char (point-min)) (if (= (car (texinfo-multitable-widths)) (length str)) - nil - t))) + t + nil))) ;; function definition is void - t)) + nil)) (ptexinfmt-broken-facility texinfo-multitable-item "`texinfo-multitable-item' unsupport wide-char." -- 1.7.10.4