aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 35c4e871ff3..7c49adf99a8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -705,7 +705,10 @@ instead of using default-major-mode.
705--- 705---
706** Perl mode has a new variable `perl-indent-continued-arguments'. 706** Perl mode has a new variable `perl-indent-continued-arguments'.
707 707
708+++
708** Fortran mode has a new variable `fortran-directive-re'. 709** Fortran mode has a new variable `fortran-directive-re'.
710Adapt this to match the format of any compiler directives you use.
711Lines that match are never indented, and are given distinctive font-locking.
709 712
710--- 713---
711** F90 mode has new navigation commands `f90-end-of-block', 714** F90 mode has new navigation commands `f90-end-of-block',