diff lisp/textmodes/texinfmt.el @ 51550:5ffaa82e4d48

(texinfo-format-scan): Silence `whitespace-cleanup'.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 12 Jun 2003 22:09:06 +0000
parents 176bfa5ffebf
children 695cf19ef79e
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el	Thu Jun 12 17:28:48 2003 +0000
+++ b/lisp/textmodes/texinfmt.el	Thu Jun 12 22:09:06 2003 +0000
@@ -935,7 +935,8 @@
          (error "Unterminated @%s" (car (car texinfo-stack)))))
 
   ;; Remove excess whitespace
-  (whitespace-cleanup))
+  (let ((whitespace-silent t))
+    (whitespace-cleanup)))
 
 (defvar texinfo-copying-text ""
   "Text of the copyright notice and copying permissions.")