* lisp/emacs-lisp/autoload.el (autoload-timestamps):
Experiment with setting to nil. ; * etc/NEWS: Mention this.
This commit is contained in:
parent
8c1503e41b
commit
2855e5df28
2 changed files with 3 additions and 1 deletions
2
etc/NEWS
2
etc/NEWS
|
@ -122,6 +122,8 @@ Put your function on `window-size-change-functions' instead.
|
|||
|
||||
** 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.
|
||||
|
||||
** `ert-with-function-mocked' of 'ert-x package allows mocking of functions
|
||||
in unit tests.
|
||||
|
|
|
@ -87,7 +87,7 @@ that text will be copied verbatim to `generated-autoload-file'.")
|
|||
(defconst generate-autoload-section-continuation ";;;;;; "
|
||||
"String to add on each continuation of the section header form.")
|
||||
|
||||
(defvar autoload-timestamps t
|
||||
(defvar autoload-timestamps nil ; experimental, see bug#22213
|
||||
"Non-nil means insert a timestamp for each input file into the output.
|
||||
We use these in incremental updates of the output file to decide
|
||||
if we need to rescan an input file. If you set this to nil,
|
||||
|
|
Loading…
Add table
Reference in a new issue