From: yamaoka Date: Thu, 24 Feb 2005 08:16:49 +0000 (+0000) Subject: (texinfo-multitable-widths): Reverse the logic that shows whether it is broken. X-Git-Tag: t-gnus-6_17_4-quimby-~543 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1ca320536405b14430651c2a04eecbed122237;p=elisp%2Fgnus.git- (texinfo-multitable-widths): Reverse the logic that shows whether it is broken. --- diff --git a/ChangeLog b/ChangeLog index 157a737..bade9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-24 Katsumi Yamaoka + + * texi/ptexinfmt.el (texinfo-multitable-widths): Reverse the logic + that shows whether it is broken. + 2005-02-23 Katsumi Yamaoka * lisp/dgnushack.el: Load timer-funcs and advice for XEmacs; diff --git a/texi/ptexinfmt.el b/texi/ptexinfmt.el index 01dc4d2..a210678 100644 --- a/texi/ptexinfmt.el +++ b/texi/ptexinfmt.el @@ -164,10 +164,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."