aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-11-03 03:04:46 +0000
committerGlenn Morris <[email protected]>2007-11-03 03:04:46 +0000
commita9f480e8f6183f564c55e944fe7c1705c97cd1c8 (patch)
treeaf1bac237c789a9a48e36e6b2d7cf0bf0be76893 /etc
parent7a05f2bd9a18a88a7e91be2bb0193de63d58dcb5 (diff)
In Fortran mode, M-; is now bound to...
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 8b9d8711bb..2b7bcd0d99 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -288,6 +288,9 @@ that either version can be used as inferior Python by python.el.
*** The variable `fortran-line-length' can change the fixed-form line-length.
+*** In Fortran mode, M-; is now bound to the standard comment-dwim,
+rather than fortran-indent-comment.
+
+++
*** (The increasingly misnamed) F90 mode supports Fortran 2003 syntax.