Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
af9fb32f
Commit
af9fb32f
authored
Oct 15, 2009
by
Glenn Morris
Browse files
(w32-batch-update-autoloads): Take autoload-make-program from the
second command-line argument.
parent
5288ec68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/w32-fns.el
lisp/w32-fns.el
+3
-1
No files found.
lisp/ChangeLog
View file @
af9fb32f
2009-10-15 Glenn Morris <rgm@gnu.org>
2009-10-15 Glenn Morris <rgm@gnu.org>
* 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
* mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
the headers cannot be located. Simplify, subtracting superflous
the headers cannot be located. Simplify, subtracting superflous
save-excursions.
save-excursions.
...
...
lisp/w32-fns.el
View file @
af9fb32f
...
@@ -490,7 +490,9 @@ This is required because some Windows build environments, such as MSYS,
...
@@ -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
munge command-line arguments that include file names to a horrible mess
that Emacs is unable to cope with."
that Emacs is unable to cope with."
(
let
((
generated-autoload-file
(
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
)))
(
batch-update-autoloads
)))
(
defun
w32-append-code-lines
(
orig
extra
)
(
defun
w32-append-code-lines
(
orig
extra
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment