aboutsummaryrefslogtreecommitdiffstats
path: root/update-subdirs
diff options
context:
space:
mode:
authorJuanma Barranquero2011-12-10 13:49:33 +0100
committerJuanma Barranquero2011-12-10 13:49:33 +0100
commite152e577f01ce584a086c5a10a25de972ff6e9d6 (patch)
tree24d0e5be9ded8b121cbca88677f2e61e4cc17815 /update-subdirs
parent46d14be75497324f8420cf7a610733e75ccddc7c (diff)
downloademacs-e152e577f01ce584a086c5a10a25de972ff6e9d6.tar.gz
emacs-e152e577f01ce584a086c5a10a25de972ff6e9d6.zip
update-subdirs: Don't set no-byte-compile twice (bug#10260).
lisp/makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
Diffstat (limited to 'update-subdirs')
-rwxr-xr-xupdate-subdirs3
1 files changed, 1 insertions, 2 deletions
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
41 rm -f subdirs.el 41 rm -f subdirs.el
42else 42else
43 rm -f subdirs.el~ 43 rm -f subdirs.el~
44 echo ";; -*- no-byte-compile: t -*- 44 echo ";; In load-path, after this directory should come
45;; In load-path, after this directory should come
46;; certain of its subdirectories. Here we specify them. 45;; certain of its subdirectories. Here we specify them.
47(normal-top-level-add-to-load-path '($subdirs)) 46(normal-top-level-add-to-load-path '($subdirs))
48;; Local" "Variables: 47;; Local" "Variables: