projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8405e
)
* lisp/emacs-lisp/autoload.el: Make progress info more informative.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 27 Jul 2019 21:53:46 +0000
(17:53 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 27 Jul 2019 21:53:46 +0000
(17:53 -0400)
(update-directory-autoloads): Include the name of the target file.
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index fa2c6cdd0395484589575ef08dafcb0549dd3eb7..541b22e3eea80fd12ecc1f283b4eacc5d0edc7a3 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-1125,7
+1125,10
@@
write its autoloads into the specified file instead."
;; Elements remaining in FILES have no existing autoload sections yet.
(let ((no-autoloads-time (or last-time '(0 0 0 0)))
(progress (make-progress-reporter
- (byte-compile-info-string "Scraping files for autoloads")
+ (byte-compile-info-string
+ (concat "Scraping files for "
+ (file-relative-name
+ generated-autoload-file)))
0 (length files) nil 10))
(file-count 0)
file-time)