aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2008-08-21 05:37:38 +0000
committerGlenn Morris2008-08-21 05:37:38 +0000
commit77a00355a7d024086ac9ab122719993ca62ed61e (patch)
tree75851ea25985076bacd2b4284692bd9c776c8201 /etc
parentbab233610e0062c72a80b317506f564428cf99c4 (diff)
downloademacs-77a00355a7d024086ac9ab122719993ca62ed61e.tar.gz
emacs-77a00355a7d024086ac9ab122719993ca62ed61e.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 43b309d56e1..0721d00b23e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -810,7 +810,9 @@ including `dired-do-query-replace-regexp', `vc-dir-query-replace-regexp',
810`reftex-query-replace-document'. 810`reftex-query-replace-document'.
811 811
812** Fortran 812** Fortran
813*** The variable `fortran-line-length' can change the fixed-form line-length. 813+++
814*** The line length of fixed-form Fortran is not fixed at 72 any more.
815Customize the variable `fortran-line-length' to change it.
814 816
815*** In Fortran mode, M-; is now bound to the standard comment-dwim, 817*** In Fortran mode, M-; is now bound to the standard comment-dwim,
816rather than fortran-indent-comment. 818rather than fortran-indent-comment.