From: yamaoka Date: Thu, 24 Feb 2005 08:16:45 +0000 (+0000) Subject: (texinfo-multitable-widths): Reverse the logic that shows whether it is broken. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fwl-2_12;p=elisp%2Fwanderlust.git (texinfo-multitable-widths): Reverse the logic that shows whether it is broken. --- 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."