diff lisp/autoload.el @ 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 1b4bc72f433e
children c3cf7db99b98
line wrap: on
line diff
--- 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"))))