diff options
| author | Eli Zaretskii | 2018-04-10 18:25:27 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-10 18:25:27 +0300 |
| commit | 92e0fd880c2d9689b89e13d317356c3ad00c7325 (patch) | |
| tree | 418e6e454239518e12315bb4c24ac065ee427fa1 | |
| parent | c267421647510319d2a70554e42f0d1c394dba0a (diff) | |
| download | emacs-92e0fd880c2d9689b89e13d317356c3ad00c7325.tar.gz emacs-92e0fd880c2d9689b89e13d317356c3ad00c7325.zip | |
; * etc/NEWS: Remove a FIXME. (Bug#31122)
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -1375,10 +1375,9 @@ gets evaluated after the new mode's hook has run. This can be used to | |||
| 1375 | incorporate configuration changes made in the mode hook into the | 1375 | incorporate configuration changes made in the mode hook into the |
| 1376 | mode's setup. | 1376 | mode's setup. |
| 1377 | 1377 | ||
| 1378 | ** Autoload files can be generated without timestamps, | 1378 | ** Autoload files are now generated without timestamps. |
| 1379 | by setting 'autoload-timestamps' to nil. | 1379 | Set 'autoload-timestamps' to a non-nil value to get timestamps in |
| 1380 | FIXME As an experiment, nil is the current default. | 1380 | autoload files. |
| 1381 | If 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 |
| 1384 | says that negotiation should complete even on non-blocking sockets. | 1383 | says that negotiation should complete even on non-blocking sockets. |