User: james
Date: 06/05/29 23:25:50
Modified: xemacs/lisp ChangeLog autoload.el
Log:
Only write one autoload file per package. <m3y7wrji2b.fsf(a)jerrypc.cs.usu.edu>
Revision Changes Path
1.746 +5 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.745
retrieving revision 1.746
diff -u -p -r1.745 -r1.746
--- ChangeLog 2006/05/23 12:56:19 1.745
+++ ChangeLog 2006/05/29 21:25:48 1.746
@@ -1,3 +1,8 @@
+2006-05-24 Jerry James <james(a)xemacs.org>
+
+ * autoload.el (batch-update-autoloads): Only write to
+ generated-autoload-file.
+
2006-05-23 Stephen J. Turnbull <stephen(a)xemacs.org>
* code-cmds.el: Update FSF copyright; improve header comment.
1.23 +2 -1 XEmacs/xemacs/lisp/autoload.el
Index: autoload.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/autoload.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- autoload.el 2005/02/04 03:57:34 1.22
+++ autoload.el 2006/05/29 21:25:49 1.23
@@ -1154,7 +1154,8 @@ 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 autoload-feature-prefix nil t)
+ (update-autoload-files command-line-args-left autoload-feature-prefix
+ generated-autoload-file t)
(kill-emacs 0))
;; Declare obsolescence