emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: loaddefs.el on Windows incomplete


From: Ralf Angeli
Subject: Re: loaddefs.el on Windows incomplete
Date: Wed, 28 Dec 2005 23:22:40 +0100

* Eli Zaretskii (2005-12-24) writes:

> I installed a change that should fix this problem for you.  Can you
> sync with the repository and see if autoloads now work even with MSYS
> munging of the command line?

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.

-- 
Ralf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]