aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c2def461f63..5c6f69cbf08 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -206,7 +206,8 @@ file copy is checked via the file's checksum.
206 206
207** Miscellaneous programming mode changes 207** Miscellaneous programming mode changes
208 208
209*** Support for Python 3 has been added. 209*** The file etc/emacs.py now supports both Python 2 and 3, meaning
210that either version can be used as inferior Python by python.el.
210 211
211*** The variable `fortran-line-length' can change the fixed-form line-length. 212*** The variable `fortran-line-length' can change the fixed-form line-length.
212 213