]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-format-scan): Silence `whitespace-cleanup'.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 12 Jun 2003 22:09:06 +0000 (22:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 12 Jun 2003 22:09:06 +0000 (22:09 +0000)
lisp/textmodes/texinfmt.el

index d9ec000f7d088d8042ba7092cdcdbef4649232a6..59adecc2ed1c18567693ad14ea416f7ea71b9737 100644 (file)
@@ -935,7 +935,8 @@ lower types.")
          (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.")