unconditionally preloaded files.
+2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
+
+ * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
+ unconditionally preloaded files.
+
2009-12-16 Juri Linkov <juri@jurta.org>
Revert to old 23.1 logic of using the file at the mark as default.
(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))))))))