Mercurial > hg > xemacs-beta
comparison lisp/update-elc.el @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
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))) | 74 (let ((autol (packages-list-autoloads (concat default-directory "../lisp")))) |
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"))) |