emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2855e5d: * lisp/emacs-lisp/autoload.el (autoload-ti


From: Glenn Morris
Subject: [Emacs-diffs] master 2855e5d: * lisp/emacs-lisp/autoload.el (autoload-timestamps):
Date: Tue, 01 Mar 2016 05:15:31 +0000

branch: master
commit 2855e5df28db359979e103b7f6d2e718b042f5c2
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/emacs-lisp/autoload.el (autoload-timestamps):
    Experiment with setting to nil.
    
    ; * etc/NEWS: Mention this.
---
 etc/NEWS                    |    2 ++
 lisp/emacs-lisp/autoload.el |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 9ffd7b7..a9ce265 100644
--- a/etc/NEWS
+++ b/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.
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 8f2b533..1b06fb6 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]