emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/texinfmt.el,v


From: D. Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfmt.el,v
Date: Thu, 06 Dec 2007 17:24:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     D. Goel <deego> 07/12/06 17:24:35

Index: texinfmt.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/texinfmt.el,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- texinfmt.el 18 Nov 2007 12:45:14 -0000      1.90
+++ texinfmt.el 6 Dec 2007 17:24:35 -0000       1.91
@@ -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))))
+            desired-columns fill-column)))
     texinfo-multitable-width-list))
 
 ;; @item  A1  @tab  A2  @tab  A3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]