diff lisp/textmodes/texinfmt.el @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 53108e6cea98 1d87492bc6e0
children 56a72e2bd635
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el	Fri Dec 14 12:53:04 2007 +0000
+++ b/lisp/textmodes/texinfmt.el	Sun Dec 16 05:08:49 2007 +0000
@@ -2061,9 +2061,8 @@
             (apply '+ texinfo-multitable-width-list))))
       (if (> desired-columns fill-column)
           (error
-           (format
-            "Multi-column table width, %d chars, is greater than page width, %d chars."
-            desired-columns fill-column))))
+           "Multi-column table width, %d chars, is greater than page width, %d chars."
+            desired-columns fill-column)))
     texinfo-multitable-width-list))
 
 ;; @item  A1  @tab  A2  @tab  A3