emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog w32-fns.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog w32-fns.el
Date: Thu, 15 Oct 2009 06:10:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/15 06:10:49

Modified files:
        lisp           : ChangeLog w32-fns.el 

Log message:
        (w32-batch-update-autoloads): Take autoload-make-program from the
        second command-line argument.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16428&r2=1.16429
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/w32-fns.el?cvsroot=emacs&r1=1.97&r2=1.98

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16428
retrieving revision 1.16429
diff -u -b -r1.16428 -r1.16429
--- ChangeLog   15 Oct 2009 06:00:20 -0000      1.16428
+++ ChangeLog   15 Oct 2009 06:10:45 -0000      1.16429
@@ -1,5 +1,14 @@
 2009-10-15  Glenn Morris  <address@hidden>
 
+       * 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.

Index: w32-fns.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/w32-fns.el,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- w32-fns.el  14 Sep 2009 01:22:45 -0000      1.97
+++ w32-fns.el  15 Oct 2009 06:10:49 -0000      1.98
@@ -490,7 +490,9 @@
 munge command-line arguments that include file names to a horrible mess
 that Emacs is unable to cope with."
   (let ((generated-autoload-file
-        (expand-file-name (pop command-line-args-left))))
+        (expand-file-name (pop command-line-args-left)))
+       ;; I can only assume the same considerations may apply here...
+       (autoload-make-program (pop command-line-args-left)))
     (batch-update-autoloads)))
 
 (defun w32-append-code-lines (orig extra)




reply via email to

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