Allow creation of loaddefs files without timestamps.
commit3517db2d39fc5a95d478d906b11903a7d70e4873
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jan 2016 07:33:33 +0000 (6 23:33 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jan 2016 07:33:33 +0000 (6 23:33 -0800)
treebda24202522bf08be63ea0b5721f86c9d27ff02e
parent8d329be865e5875960fe400e6679bf5738d7ac35
Allow creation of loaddefs files without timestamps.

* lisp/emacs-lisp/autoload.el (autoload-timestamps): New variable.
(autoload-generate-file-autoloads, update-directory-autoloads):
If autoload-timestamps is nil, write "t" instead of file timestamp.
(autoload-find-destination, update-directory-autoloads):
If timestamp is "t", use the modtime of the output file instead.

; * etc/NEWS: Mention this.
etc/NEWS
lisp/emacs-lisp/autoload.el