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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfmt.el [lexbind]
Date: Tue, 14 Oct 2003 19:30:38 -0400

Index: emacs/lisp/textmodes/texinfmt.el
diff -c emacs/lisp/textmodes/texinfmt.el:1.57.2.1 
emacs/lisp/textmodes/texinfmt.el:1.57.2.2
*** emacs/lisp/textmodes/texinfmt.el:1.57.2.1   Fri Apr  4 01:20:40 2003
--- emacs/lisp/textmodes/texinfmt.el    Tue Oct 14 19:30:22 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.")
***************
*** 4333,4336 ****
--- 4334,4338 ----
  ;;; Place `provide' at end of file.
  (provide 'texinfmt)
  
+ ;;; arch-tag: 1e8d9a2d-bca0-40a0-ac6c-dab01bc6f725
  ;;; texinfmt.el ends here




reply via email to

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