aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2002-06-24 21:48:18 +0000
committerGlenn Morris2002-06-24 21:48:18 +0000
commit2d588beb819b2f8444eac522f04bc95656fcfa3b (patch)
tree9df5cdb8f97f7a58f9451d7c345c52afffc721df /etc
parentc1a1535ae4e4c2b70721967c8142d7e294b0ce88 (diff)
downloademacs-2d588beb819b2f8444eac522f04bc95656fcfa3b.tar.gz
emacs-2d588beb819b2f8444eac522f04bc95656fcfa3b.zip
*** empty log message ***
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',