NOTE: This patch has been committed.
lisp/ChangeLog addition:
2005-02-03 Ben Wing <ben(a)xemacs.org>
* autoload.el (batch-update-autoloads):
Use correct parameters when invoking older interface.
build source patch:
Diff command: bash -ci "cvs-diff --show-c-function -no-changelog "
Files affected: lisp/autoload.el
Index: lisp/autoload.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/autoload.el,v
retrieving revision 1.21
diff -u -p -r1.21 autoload.el
--- lisp/autoload.el 2005/02/03 07:11:20 1.21
+++ lisp/autoload.el 2005/02/04 03:56:57
@@ -1154,7 +1154,7 @@ The directory to which the auto-autoload
on the command line."
(unless noninteractive
(error "batch-update-autoloads is to be used only with -batch"))
- (update-autoload-files command-line-args-left generated-autoload-file)
+ (update-autoload-files command-line-args-left autoload-feature-prefix nil t)
(kill-emacs 0))
;; Declare obsolescence
Show replies by date