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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfmt.el
Date: Thu, 12 Jun 2003 18:09:06 -0400

Index: emacs/lisp/textmodes/texinfmt.el
diff -c emacs/lisp/textmodes/texinfmt.el:1.68 
emacs/lisp/textmodes/texinfmt.el:1.69
*** emacs/lisp/textmodes/texinfmt.el:1.68       Mon Feb 10 19:37:28 2003
--- emacs/lisp/textmodes/texinfmt.el    Thu Jun 12 18:09:06 2003
***************
*** 935,941 ****
           (error "Unterminated @%s" (car (car texinfo-stack)))))
  
    ;; Remove excess whitespace
!   (whitespace-cleanup))
  
  (defvar texinfo-copying-text ""
    "Text of the copyright notice and copying permissions.")
--- 935,942 ----
           (error "Unterminated @%s" (car (car texinfo-stack)))))
  
    ;; Remove excess whitespace
!   (let ((whitespace-silent t))
!     (whitespace-cleanup)))
  
  (defvar texinfo-copying-text ""
    "Text of the copyright notice and copying permissions.")




reply via email to

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