(batch-update-autoloads): Only exclude
unconditionally preloaded files.
This commit is contained in:
parent
f4c210265d
commit
3616e0b970
2 changed files with 7 additions and 2 deletions
|
@ -723,9 +723,9 @@ Calls `update-directory-autoloads' on the command line arguments."
|
|||
(forward-line 1))))
|
||||
(with-temp-buffer
|
||||
(insert-file-contents mfile)
|
||||
(when (re-search-forward "^lisp= " nil t)
|
||||
(when (re-search-forward "^shortlisp= " nil t)
|
||||
(setq lim (line-end-position))
|
||||
(while (re-search-forward "\\${lispsource}\\([^ ]+\\.el\\)c?\\>"
|
||||
(while (re-search-forward "\\.\\./lisp/\\([^ ]+\\.el\\)c?\\>"
|
||||
lim t)
|
||||
(push (expand-file-name (match-string 1) ldir)
|
||||
autoload-excludes))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue