*** empty log message ***

This commit is contained in:
Glenn Morris 2008-08-21 05:37:38 +00:00
parent bab233610e
commit 77a00355a7
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-08-21 Glenn Morris <rgm@gnu.org>
* fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
2008-08-17 Chong Yidong <cyd@stupidchicken.com>
* regs.texi (Registers): Clarify valid register names.

View file

@ -810,7 +810,9 @@ including `dired-do-query-replace-regexp', `vc-dir-query-replace-regexp',
`reftex-query-replace-document'.
** Fortran
*** The variable `fortran-line-length' can change the fixed-form line-length.
+++
*** The line length of fixed-form Fortran is not fixed at 72 any more.
Customize the variable `fortran-line-length' to change it.
*** In Fortran mode, M-; is now bound to the standard comment-dwim,
rather than fortran-indent-comment.