+2009-10-07 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use of
+ concat.
+
2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
* files-x.el (read-file-local-variable): Include some
(insert-file-contents mfile)
(when (re-search-forward "^lisp= " nil t)
(setq lim (line-end-position))
- (while (re-search-forward "\\${lispsource}\\([^ ]*\\)\\.elc?" lim t)
- (push (concat (expand-file-name (match-string 1) ldir) ".el")
+ (while (re-search-forward "\\${lispsource}\\([^ ]+\\.el\\)c?\\>"
+ lim t)
+ (push (expand-file-name (match-string 1) ldir)
autoload-excludes)))))))
(let ((args command-line-args-left))
(setq command-line-args-left nil)