From e152e577f01ce584a086c5a10a25de972ff6e9d6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 10 Dec 2011 13:49:33 +0100 Subject: update-subdirs: Don't set no-byte-compile twice (bug#10260). lisp/makefile.w32-in (update-subdirs-CMD): Use a Local Variables section. --- update-subdirs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'update-subdirs') diff --git a/update-subdirs b/update-subdirs index dfd594ae781..fadbab84e20 100755 --- a/update-subdirs +++ b/update-subdirs @@ -41,8 +41,7 @@ if [ "x$subdirs" = x ]; then rm -f subdirs.el else rm -f subdirs.el~ - echo ";; -*- no-byte-compile: t -*- -;; In load-path, after this directory should come + echo ";; In load-path, after this directory should come ;; certain of its subdirectories. Here we specify them. (normal-top-level-add-to-load-path '($subdirs)) ;; Local" "Variables: -- cgit v1.2.1