diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-12-10 13:49:33 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-12-10 13:49:33 +0100 |
commit | e152e577f01ce584a086c5a10a25de972ff6e9d6 (patch) | |
tree | 24d0e5be9ded8b121cbca88677f2e61e4cc17815 /update-subdirs | |
parent | 46d14be75497324f8420cf7a610733e75ccddc7c (diff) | |
download | emacs-e152e577f01ce584a086c5a10a25de972ff6e9d6.tar.gz |
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-x | update-subdirs | 3 |
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 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: |