Mercurial > hg > xemacs-beta
diff lisp/make-docfile.el @ 235:85a06df23a9a r20-5b16
Import from CVS: tag r20-5b16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:14:40 +0200 |
parents | 434959a2fba3 |
children | 89ec2bb86eea |
line wrap: on
line diff
--- a/lisp/make-docfile.el Mon Aug 13 10:14:17 2007 +0200 +++ b/lisp/make-docfile.el Mon Aug 13 10:14:40 2007 +0200 @@ -1,6 +1,5 @@ ;;; make-docfile.el --- Cache docstrings in external file - ;; Copyright (C) 1985, 1986, 1992-1995, 1997 Free Software Foundation, Inc. ;; Author: Unknown @@ -126,7 +125,7 @@ (setq processed (cons arg processed))))) (setq site-load-packages (cdr site-load-packages))))) -(let ((autoloads (list-autoloads-path))) +(let ((autoloads (packages-list-autoloads-path))) ;; (print (concat "Autoloads: " (prin1-to-string autoloads))) (while autoloads (let ((arg (car autoloads)))