From c45dbde8d652bbb0178f5bde4563c348d63e6c87 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 1 Oct 2002 17:10:51 +0000 Subject: Add "no-byte-compile: t" to subdirs.el. --- update-subdirs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'update-subdirs') diff --git a/update-subdirs b/update-subdirs index fa66a2b05db..801b15003da 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 -- cgit v1.2.3