summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-02-29 21:10:42 -0800
committerGlenn Morris <rgm@gnu.org>2016-02-29 21:10:42 -0800
commit2855e5df28db359979e103b7f6d2e718b042f5c2 (patch)
treee0f07837f7ea9b858d657ed1f13720450d96c855 /lisp/emacs-lisp
parent8c1503e41bb65e7d75d006c4650f5114fdc6eed2 (diff)
downloademacs-2855e5df28db359979e103b7f6d2e718b042f5c2.tar.gz
emacs-2855e5df28db359979e103b7f6d2e718b042f5c2.tar.bz2
emacs-2855e5df28db359979e103b7f6d2e718b042f5c2.zip
* lisp/emacs-lisp/autoload.el (autoload-timestamps):
Experiment with setting to nil. ; * etc/NEWS: Mention this.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/autoload.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 8f2b5337ea7..1b06fb6a51d 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,