changeset 1302:781dc6d5baba

[xemacs-hg @ 2003-02-15 00:31:58 by ben] fix autoload build problems (hopefully) autoload.el: Include FUNLIST argument to generate-c-file-autoloads-1.
author ben
date Sat, 15 Feb 2003 00:31:58 +0000
parents 4322bab48cfb
children f99d3d25df86
files lisp/ChangeLog lisp/autoload.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 14 23:33:15 2003 +0000
+++ b/lisp/ChangeLog	Sat Feb 15 00:31:58 2003 +0000
@@ -1,3 +1,8 @@
+2003-02-14  Ben Wing  <ben@xemacs.org>
+
+	* autoload.el (generate-file-autoloads):
+	Include FUNLIST argument to generate-c-file-autoloads-1.
+
 2003-02-14  Ben Wing  <ben@xemacs.org>
 
 	* byte-optimize.el:
--- a/lisp/autoload.el	Fri Feb 14 23:33:15 2003 +0000
+++ b/lisp/autoload.el	Sat Feb 15 00:31:58 2003 +0000
@@ -301,7 +301,8 @@
 	 (generate-autoload-ish-1
 	  file
 	  (replace-in-string (file-name-nondirectory file) "\\.c$" "")
-	  t #'generate-c-file-autoloads-1))
+	  t #'generate-c-file-autoloads-1
+	  funlist))
 	(t
 	 (error 'wrong-type-argument file "not a C or Elisp source file"))))