summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-04-10 18:25:27 +0300
committerEli Zaretskii <eliz@gnu.org>2018-04-10 18:25:27 +0300
commit92e0fd880c2d9689b89e13d317356c3ad00c7325 (patch)
tree418e6e454239518e12315bb4c24ac065ee427fa1
parentc267421647510319d2a70554e42f0d1c394dba0a (diff)
downloademacs-92e0fd8.tar.gz
; * etc/NEWS: Remove a FIXME. (Bug#31122)
-rw-r--r--etc/NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 823882c5c6b..4b1f673a7cc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1375,10 +1375,9 @@ gets evaluated after the new mode's hook has run. This can be used to
incorporate configuration changes made in the mode hook into the
mode's setup.
-** Autoload files can be generated without timestamps,
-by setting 'autoload-timestamps' to nil.
-FIXME As an experiment, nil is the current default.
-If no insurmountable problems before next release, it can stay that way.
+** Autoload files are now generated without timestamps.
+Set 'autoload-timestamps' to a non-nil value to get timestamps in
+autoload files.
** 'gnutls-boot' now takes a parameter ':complete-negotiation' that
says that negotiation should complete even on non-blocking sockets.