aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-04-10 18:25:27 +0300
committerEli Zaretskii2018-04-10 18:25:27 +0300
commit92e0fd880c2d9689b89e13d317356c3ad00c7325 (patch)
tree418e6e454239518e12315bb4c24ac065ee427fa1
parentc267421647510319d2a70554e42f0d1c394dba0a (diff)
downloademacs-92e0fd880c2d9689b89e13d317356c3ad00c7325.tar.gz
emacs-92e0fd880c2d9689b89e13d317356c3ad00c7325.zip
; * 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
1375incorporate configuration changes made in the mode hook into the 1375incorporate configuration changes made in the mode hook into the
1376mode's setup. 1376mode's setup.
1377 1377
1378** Autoload files can be generated without timestamps, 1378** Autoload files are now generated without timestamps.
1379by setting 'autoload-timestamps' to nil. 1379Set 'autoload-timestamps' to a non-nil value to get timestamps in
1380FIXME As an experiment, nil is the current default. 1380autoload files.
1381If no insurmountable problems before next release, it can stay that way.
1382 1381
1383** 'gnutls-boot' now takes a parameter ':complete-negotiation' that 1382** 'gnutls-boot' now takes a parameter ':complete-negotiation' that
1384says that negotiation should complete even on non-blocking sockets. 1383says that negotiation should complete even on non-blocking sockets.