# HG changeset patch # User Gerd Moellmann # Date 977933571 0 # Node ID 0a202ba683f0fb9ae2ad1cb429e65f077a0e384e # Parent fb96aec0e38ed126174abac597a66efeed3ce7c5 (texinfo-mode): Set fill-column to 70. diff -r fb96aec0e38e -r 0a202ba683f0 lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Wed Dec 27 15:50:06 2000 +0000 +++ b/lisp/textmodes/texinfo.el Wed Dec 27 16:12:51 2000 +0000 @@ -546,7 +546,7 @@ (make-local-variable 'adaptive-fill-mode) (setq adaptive-fill-mode nil) (make-local-variable 'fill-column) - (setq fill-column 72) + (setq fill-column 70) (make-local-variable 'comment-start) (setq comment-start "@c ") (make-local-variable 'comment-start-skip)