diff lisp/update-elc.el @ 235:85a06df23a9a r20-5b16

Import from CVS: tag r20-5b16
author cvs
date Mon, 13 Aug 2007 10:14:40 +0200
parents 0e522484dd2a
children 89ec2bb86eea
line wrap: on
line diff
--- a/lisp/update-elc.el	Mon Aug 13 10:14:17 2007 +0200
+++ b/lisp/update-elc.el	Mon Aug 13 10:14:40 2007 +0200
@@ -65,7 +65,7 @@
 (define-function 'defalias 'define-function)
 (require 'packages)
 
-(let ((autol (list-autoloads)))
+(let ((autol (packages-list-autoloads)))
   ;; (print (prin1-to-string autol))
   (while autol
     (let ((src (car autol)))