Mercurial > emacs
diff lisp/ChangeLog @ 105607:f937670ddf40
(w32-batch-update-autoloads): Take autoload-make-program from the
second command-line argument.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 15 Oct 2009 06:10:45 +0000 |
parents | 6e207d2a8bc6 |
children | 01e892771abe |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 15 06:10:10 2009 +0000 +++ b/lisp/ChangeLog Thu Oct 15 06:10:45 2009 +0000 @@ -1,5 +1,14 @@ 2009-10-15 Glenn Morris <rgm@gnu.org> + * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program + from the second command-line argument. + * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el) + ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el) + ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to + w32-batch-update-autoloads. + * emacs-lisp/autoload.el (autoload-make-program): New variable. + (batch-update-autoloads): Handle autoload-excludes on windows-nt. + * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of the headers cannot be located. Simplify, subtracting superflous save-excursions.