aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-09-25 02:35:35 +0000
committerGlenn Morris2007-09-25 02:35:35 +0000
commitda26ea8d7e7eb8f3356eda0994353b00680dd82d (patch)
treef02a92084d4ce5d2b2d5aa30ef1c239a0cbce8b8
parent5aca5ac39c589fa0261b79baa0af283c2f4fad56 (diff)
downloademacs-da26ea8d7e7eb8f3356eda0994353b00680dd82d.tar.gz
emacs-da26ea8d7e7eb8f3356eda0994353b00680dd82d.zip
Improve previous change.
-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