Mercurial > emacs
changeset 93881:c0fe31fb3833
($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
rather than subdirs.el. It introduces an ugly circular dependency, tho.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 08 Apr 2008 22:12:12 +0000 |
parents | c6152337e4ad |
children | 9eaa3ee184e9 |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 08 22:07:55 2008 +0000 +++ b/lisp/ChangeLog Tue Apr 08 22:12:12 2008 +0000 @@ -1,5 +1,8 @@ 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca> + * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el + rather than subdirs.el. It introduces an ugly circular dependency, tho. + * calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually. (calc-mode-map, calc-digit-map, calc-dispatch-map): Move initialization into declaration.
--- a/lisp/Makefile.in Tue Apr 08 22:07:55 2008 +0000 +++ b/lisp/Makefile.in Tue Apr 08 22:12:12 2008 +0000 @@ -230,7 +230,7 @@ # Update MH-E internal autoloads. These are not to be confused with # the autoloads for the MH-E entry points, which are already in loaddefs.el. mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el -$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el +$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/mh-e/*.el $(emacs) -l autoload \ --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \ --eval "(setq generated-autoload-file \"$@\")" \