X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e3efab9cbe0dc6688b979dae0df6111489a725e7..49ba5d16b31a973b0039a9de6ab9032ebbd550f8:/update-subdirs diff --git a/update-subdirs b/update-subdirs index fa66a2b05d..801b15003d 100755 --- a/update-subdirs +++ b/update-subdirs @@ -36,8 +36,11 @@ done 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