diff options
| author | Glenn Morris | 2016-01-06 23:33:33 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-01-06 23:33:33 -0800 |
| commit | 3517db2d39fc5a95d478d906b11903a7d70e4873 (patch) | |
| tree | bda24202522bf08be63ea0b5721f86c9d27ff02e /etc | |
| parent | 8d329be865e5875960fe400e6679bf5738d7ac35 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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, | ||
| 72 | by 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 | ||