> From: Ralf Angeli <[EMAIL PROTECTED]> > Date: Wed, 28 Dec 2005 23:22:40 +0100 > > Okay, now I tried again and creation of autoloads works. I checked > this with MinGW's mingw32-make and MSYS' make. In both cases > lisp/autoloads.el is created with only a small difference: > > $ diff -u build-with-mingw32-make/lisp/loaddefs.el > build-with-make/lisp/loaddefs.el > --- build-with-mingw32-make/lisp/loaddefs.el Wed Dec 28 20:40:22 2005 > +++ build-with-make/lisp/loaddefs.el Wed Dec 28 21:29:32 2005 > @@ -29910,7 +29910,7 @@ > ;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" > ;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" > ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" > -;;;;;; "x-dnd.el") (17330 63506 99000)) > +;;;;;; "x-dnd.el") (17331 923 346000)) > > ;;;*** > > > I don't know if this is significant, though.
It isn't: that's the time when loaddefs.el was updated. Thanks for testing; I can now consider this issue resolved. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
