Mercurial > hg > xemacs-beta
comparison lisp/packages.el @ 261:405dd6d1825b r20-5b29
Import from CVS: tag r20-5b29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:51 +0200 |
parents | 157b30c96d03 |
children | 966663fcf606 |
comparison
equal
deleted
inserted
replaced
260:052205f7dd5f | 261:405dd6d1825b |
---|---|
109 | 109 |
110 (defvar packages-unbytecompiled-lisp | 110 (defvar packages-unbytecompiled-lisp |
111 '("paths.el" | 111 '("paths.el" |
112 "dumped-lisp.el" | 112 "dumped-lisp.el" |
113 "dumped-pkg-lisp.el" | 113 "dumped-pkg-lisp.el" |
114 "version.el") | 114 "version.el" |
115 "Installation.el") | |
115 "Lisp packages that should not be byte compiled.") | 116 "Lisp packages that should not be byte compiled.") |
116 | 117 |
117 | 118 |
118 ;; Copied from help.el, could possibly move it to here permanently. | 119 ;; Copied from help.el, could possibly move it to here permanently. |
119 ;; Unlike the FSF version, our `locate-library' uses the `locate-file' | 120 ;; Unlike the FSF version, our `locate-library' uses the `locate-file' |