aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2016-02-29 21:10:42 -0800
committerGlenn Morris2016-02-29 21:10:42 -0800
commit2855e5df28db359979e103b7f6d2e718b042f5c2 (patch)
treee0f07837f7ea9b858d657ed1f13720450d96c855 /etc
parent8c1503e41bb65e7d75d006c4650f5114fdc6eed2 (diff)
downloademacs-2855e5df28db359979e103b7f6d2e718b042f5c2.tar.gz
emacs-2855e5df28db359979e103b7f6d2e718b042f5c2.zip
* lisp/emacs-lisp/autoload.el (autoload-timestamps):
Experiment with setting to nil. ; * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9ffd7b739ef..a9ce2653035 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -122,6 +122,8 @@ Put your function on `window-size-change-functions' instead.
122 122
123** Autoload files can be generated without timestamps, 123** Autoload files can be generated without timestamps,
124by setting `autoload-timestamps' to nil. 124by setting `autoload-timestamps' to nil.
125FIXME As an experiment, nil is the current default.
126If no insurmountable problems before next release, it can stay that way.
125 127
126** `ert-with-function-mocked' of 'ert-x package allows mocking of functions 128** `ert-with-function-mocked' of 'ert-x package allows mocking of functions
127in unit tests. 129in unit tests.