aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-03 03:04:46 +0000
committerGlenn Morris2007-11-03 03:04:46 +0000
commita9f480e8f6183f564c55e944fe7c1705c97cd1c8 (patch)
treeaf1bac237c789a9a48e36e6b2d7cf0bf0be76893
parent7a05f2bd9a18a88a7e91be2bb0193de63d58dcb5 (diff)
downloademacs-a9f480e8f6183f564c55e944fe7c1705c97cd1c8.tar.gz
emacs-a9f480e8f6183f564c55e944fe7c1705c97cd1c8.zip
In Fortran mode, M-; is now bound to...
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8b9d8711bb2..2b7bcd0d990 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -288,6 +288,9 @@ that either version can be used as inferior Python by python.el.
288 288
289*** The variable `fortran-line-length' can change the fixed-form line-length. 289*** The variable `fortran-line-length' can change the fixed-form line-length.
290 290
291*** In Fortran mode, M-; is now bound to the standard comment-dwim,
292rather than fortran-indent-comment.
293
291+++ 294+++
292*** (The increasingly misnamed) F90 mode supports Fortran 2003 syntax. 295*** (The increasingly misnamed) F90 mode supports Fortran 2003 syntax.
293 296