aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-30 10:09:53 +0000
committerJuanma Barranquero2007-01-30 10:09:53 +0000
commit4799aa91aac90c2e61ef141df9243c2f8deb79d3 (patch)
tree73dd915636d51c72f5736d5d759a5242412259fb
parentd4c2a0cc15917d3be6ad1ff2f00f1ad1de7f08cd (diff)
downloademacs-4799aa91aac90c2e61ef141df9243c2f8deb79d3.tar.gz
emacs-4799aa91aac90c2e61ef141df9243c2f8deb79d3.zip
Add "no-byte-compile: t" local variable.
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/subdirs.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 9475eeb32ff..a74e27e03c0 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12007-01-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * subdirs.el: Add "no-byte-compile: t" local variable.
4
12007-01-10 Jason Rumney <jasonr@gnu.org> 52007-01-10 Jason Rumney <jasonr@gnu.org>
2 6
3 * README: Update URLs and advice about reporting bugs. 7 * README: Update URLs and advice about reporting bugs.
diff --git a/nt/subdirs.el b/nt/subdirs.el
index 5370698ec70..ee1c1237673 100644
--- a/nt/subdirs.el
+++ b/nt/subdirs.el
@@ -1,2 +1,3 @@
1;; -*- no-byte-compile: t -*-
1(if (fboundp 'normal-top-level-add-subdirs-to-load-path) 2(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
2 (normal-top-level-add-subdirs-to-load-path)) 3 (normal-top-level-add-subdirs-to-load-path))