(texinfo-multitable-widths): Reverse the logic that shows whether it is broken.
authoryamaoka <yamaoka>
Thu, 24 Feb 2005 08:16:49 +0000 (08:16 +0000)
committeryamaoka <yamaoka>
Thu, 24 Feb 2005 08:16:49 +0000 (08:16 +0000)
ChangeLog
texi/ptexinfmt.el

index 157a737..bade9fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * texi/ptexinfmt.el (texinfo-multitable-widths): Reverse the logic
+       that shows whether it is broken.
+
 2005-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/dgnushack.el: Load timer-funcs and advice for XEmacs;
index 01dc4d2..a210678 100644 (file)
@@ -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."