aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2016-01-06 23:33:33 -0800
committerGlenn Morris2016-01-06 23:33:33 -0800
commit3517db2d39fc5a95d478d906b11903a7d70e4873 (patch)
treebda24202522bf08be63ea0b5721f86c9d27ff02e /etc
parent8d329be865e5875960fe400e6679bf5738d7ac35 (diff)
downloademacs-3517db2d39fc5a95d478d906b11903a7d70e4873.tar.gz
emacs-3517db2d39fc5a95d478d906b11903a7d70e4873.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 232f4970cc9..8907f7ad453 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -68,6 +68,9 @@ in these situations.
68 68
69* Lisp Changes in Emacs 25.2 69* Lisp Changes in Emacs 25.2
70 70
71** Autoload files can be generated without timestamps,
72by setting `autoload-timestamps' to nil.
73
71 74
72* Changes in Emacs 25.2 on Non-Free Operating Systems 75* Changes in Emacs 25.2 on Non-Free Operating Systems
73 76