Mercurial > emacs
changeset 85909:cce9b00f4bf5
In Fortran mode, M-; is now bound to...
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 Nov 2007 03:04:46 +0000 |
parents | 0d95cd25c1e1 |
children | 69cfa82e45bb |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Nov 03 03:03:31 2007 +0000 +++ b/etc/NEWS Sat Nov 03 03:04:46 2007 +0000 @@ -288,6 +288,9 @@ *** 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.