From af9fb32fb8d7bd45a1d6ae1aeb4121d4ff83d5d7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 15 Oct 2009 06:10:45 +0000 Subject: (w32-batch-update-autoloads): Take autoload-make-program from the second command-line argument. --- lisp/w32-fns.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/w32-fns.el') diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index f1579a97663..5462681551c 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -490,7 +490,9 @@ This is required because some Windows build environments, such as MSYS, 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) -- cgit v1.2.1