Mercurial > hg > xemacs-beta
comparison lisp/update-elc.el @ 237:89ec2bb86eea r20-5b17
Import from CVS: tag r20-5b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:15:03 +0200 |
parents | 85a06df23a9a |
children | 727739f917cb |
comparison
equal
deleted
inserted
replaced
236:78d3ccccee6d | 237:89ec2bb86eea |
---|---|
61 ; src)))))) | 61 ; src)))))) |
62 ; ;; -batch gets filtered out. | 62 ; ;; -batch gets filtered out. |
63 ; (nthcdr 3 command-line-args)))) | 63 ; (nthcdr 3 command-line-args)))) |
64 | 64 |
65 (define-function 'defalias 'define-function) | 65 (define-function 'defalias 'define-function) |
66 (require 'packages) | 66 (load "packages.el") |
67 | 67 |
68 (let ((autol (packages-list-autoloads))) | 68 (let ((autol (packages-list-autoloads))) |
69 ;; (print (prin1-to-string autol)) | 69 ;; (print (prin1-to-string autol)) |
70 (while autol | 70 (while autol |
71 (let ((src (car autol))) | 71 (let ((src (car autol))) |