diff options
| author | Lars Ingebrigtsen | 2019-06-18 15:24:10 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-18 15:24:10 +0200 |
| commit | 6a02ca0b8c055c863bf53d9b92e8bea27b0e992f (patch) | |
| tree | 91453ba090fadcc09e6c86f060e8b6c1d6b558a1 /etc | |
| parent | 29ea0803d7fa927a537ce8437944998bf2e0807e (diff) | |
| download | emacs-6a02ca0b8c055c863bf53d9b92e8bea27b0e992f.tar.gz emacs-6a02ca0b8c055c863bf53d9b92e8bea27b0e992f.zip | |
Report progress during custom-make-dependencies instead of file count
* lisp/cus-dep.el (custom-make-dependencies): Rewrite to use
reporter to report progress instead of how many files we've
processed.
* lisp/emacs-lisp/byte-run.el (byte-compile-info-string): New function.
(byte-compile-info-message): Use it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1701,6 +1701,10 @@ valid event type. | |||
| 1701 | ** The new macro `with-suppressed-warnings' can be used to suppress | 1701 | ** The new macro `with-suppressed-warnings' can be used to suppress |
| 1702 | specific byte-compile warnings. | 1702 | specific byte-compile warnings. |
| 1703 | 1703 | ||
| 1704 | --- | ||
| 1705 | ** The new function `byte-compile-info-message' can be used to output | ||
| 1706 | informational messages that look pleasing during the Emacs build. | ||
| 1707 | |||
| 1704 | +++ | 1708 | +++ |
| 1705 | ** The 'append' arg of 'add-hook' is generalized to a finer notion of 'depth' | 1709 | ** The 'append' arg of 'add-hook' is generalized to a finer notion of 'depth' |
| 1706 | This makes it possible to control the ordering of functions more precisely, | 1710 | This makes it possible to control the ordering of functions more precisely, |