Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 47726:33d53d287ee4 | 47727:53a1d514b214 |
|---|---|
| 34 done | 34 done |
| 35 | 35 |
| 36 if [ "x$subdirs" = x ]; then | 36 if [ "x$subdirs" = x ]; then |
| 37 rm -f subdirs.el | 37 rm -f subdirs.el |
| 38 else | 38 else |
| 39 | |
| 40 echo ";; -*- no-byte-compile: t -*-" > subdirs.el | |
| 41 | |
| 39 echo ";; In load-path, after this directory should come | 42 echo ";; In load-path, after this directory should come |
| 40 ;; certain of its subdirectories. Here we specify them." > subdirs.el | 43 ;; certain of its subdirectories. Here we specify them." >> subdirs.el |
| 41 | 44 |
| 42 echo "(normal-top-level-add-to-load-path '($subdirs))" >> subdirs.el | 45 echo "(normal-top-level-add-to-load-path '($subdirs))" >> subdirs.el |
| 43 fi | 46 fi |
