Mercurial > hg > xemacs-beta
diff lisp/packages.el @ 247:e70b3a057e12 r20-5b22
Import from CVS: tag r20-5b22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:18:21 +0200 |
parents | f220cc83d72e |
children | 157b30c96d03 |
line wrap: on
line diff
--- a/lisp/packages.el Mon Aug 13 10:17:55 2007 +0200 +++ b/lisp/packages.el Mon Aug 13 10:18:21 2007 +0200 @@ -323,7 +323,8 @@ (if (and (running-temacs-p) (file-exists-p (concat dir "/dumped-lisp.el"))) (let (package-lisp) - (load (concat dir "/dumped-lisp.el")) + (let (preloaded-file-list) + (load (concat dir "/dumped-lisp.el"))) (if package-lisp (progn (if (boundp 'preloaded-file-list)