From dd1ca320536405b14430651c2a04eecbed122237 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 24 Feb 2005 08:16:49 +0000 Subject: [PATCH] (texinfo-multitable-widths): Reverse the logic that shows whether it is broken. --- ChangeLog | 5 +++++ texi/ptexinfmt.el | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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." -- 1.7.10.4