From: Juanma Barranquero Date: Thu, 12 Jun 2003 22:09:06 +0000 (+0000) Subject: (texinfo-format-scan): Silence `whitespace-cleanup'. X-Git-Tag: ttn-vms-21-2-B4~9669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a15fdc6c87c3df6e152a5b30ca1b863e90f14b3;p=emacs.git (texinfo-format-scan): Silence `whitespace-cleanup'. --- diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index d9ec000f7d0..59adecc2ed1 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -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.")