Mercurial > emacs
diff update-subdirs @ 47727:53a1d514b214
Add "no-byte-compile: t" to subdirs.el.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 01 Oct 2002 17:10:51 +0000 |
parents | f440b9766968 |
children | 23a1cea22d13 |
line wrap: on
line diff
--- a/update-subdirs Tue Oct 01 17:06:54 2002 +0000 +++ b/update-subdirs Tue Oct 01 17:10:51 2002 +0000 @@ -36,8 +36,11 @@ if [ "x$subdirs" = x ]; then rm -f subdirs.el else + + echo ";; -*- no-byte-compile: t -*-" > subdirs.el + echo ";; In load-path, after this directory should come -;; certain of its subdirectories. Here we specify them." > subdirs.el +;; certain of its subdirectories. Here we specify them." >> subdirs.el echo "(normal-top-level-add-to-load-path '($subdirs))" >> subdirs.el fi