Mercurial > hg > xemacs-beta
comparison lisp/update-elc.el @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | d1b52dcaa789 |
children | 6240c7796c7a |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
69 (load "find-paths.el") | 69 (load "find-paths.el") |
70 (load "packages.el") | 70 (load "packages.el") |
71 (load "setup-paths.el") | 71 (load "setup-paths.el") |
72 (load "dump-paths.el") | 72 (load "dump-paths.el") |
73 | 73 |
74 (let ((autol (packages-list-autoloads (concat default-directory "../lisp")))) | 74 (let ((autol (packages-list-autoloads))) |
75 ;; (print (prin1-to-string autol)) | 75 ;; (print (prin1-to-string autol)) |
76 (while autol | 76 (while autol |
77 (let ((src (car autol))) | 77 (let ((src (car autol))) |
78 (if (and (file-exists-p src) | 78 (if (and (file-exists-p src) |
79 (file-newer-than-file-p src (concat src "c"))) | 79 (file-newer-than-file-p src (concat src "c"))) |