# HG changeset patch # User Juanma Barranquero # Date 1055455746 0 # Node ID 5ffaa82e4d483831eb07e833fd790d0fb64c6c25 # Parent 48facdb1558e1fa3f4fbdc154307d9ab509b37d7 (texinfo-format-scan): Silence `whitespace-cleanup'. diff -r 48facdb1558e -r 5ffaa82e4d48 lisp/textmodes/texinfmt.el --- 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.")