diff options
| author | Juanma Barranquero | 2002-10-01 17:10:51 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-01 17:10:51 +0000 |
| commit | c45dbde8d652bbb0178f5bde4563c348d63e6c87 (patch) | |
| tree | f705de4cf1994290cd0c68d1d1d5d370596d7e76 /update-subdirs | |
| parent | 0a10297a064822f10484f3c08d03f18b3fd5a3e4 (diff) | |
| download | emacs-c45dbde8d652bbb0178f5bde4563c348d63e6c87.tar.gz emacs-c45dbde8d652bbb0178f5bde4563c348d63e6c87.zip | |
Add "no-byte-compile: t" to subdirs.el.
Diffstat (limited to 'update-subdirs')
| -rwxr-xr-x | update-subdirs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/update-subdirs b/update-subdirs index fa66a2b05db..801b15003da 100755 --- a/update-subdirs +++ b/update-subdirs | |||
| @@ -36,8 +36,11 @@ done | |||
| 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 |