/[emacs]/emacs/lisp/textmodes/texinfmt.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/texinfmt.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by monnier, Tue Feb 11 00:37:28 2003 UTC revision 1.69 by lektu, Thu Jun 12 22:09:06 2003 UTC
# Line 935  lower types.") Line 935  lower types.")
935           (error "Unterminated @%s" (car (car texinfo-stack)))))           (error "Unterminated @%s" (car (car texinfo-stack)))))
936    
937    ;; Remove excess whitespace    ;; Remove excess whitespace
938    (whitespace-cleanup))    (let ((whitespace-silent t))
939        (whitespace-cleanup)))
940    
941  (defvar texinfo-copying-text ""  (defvar texinfo-copying-text ""
942    "Text of the copyright notice and copying permissions.")    "Text of the copyright notice and copying permissions.")

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26