diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-01-30 10:09:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-01-30 10:09:53 +0000 |
commit | 4799aa91aac90c2e61ef141df9243c2f8deb79d3 (patch) | |
tree | 73dd915636d51c72f5736d5d759a5242412259fb /nt/subdirs.el | |
parent | d4c2a0cc15917d3be6ad1ff2f00f1ad1de7f08cd (diff) | |
download | emacs-4799aa91aac90c2e61ef141df9243c2f8deb79d3.tar.gz |
Add "no-byte-compile: t" local variable.
Diffstat (limited to 'nt/subdirs.el')
-rw-r--r-- | nt/subdirs.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ +;; -*- no-byte-compile: t -*- (if (fboundp 'normal-top-level-add-subdirs-to-load-path) (normal-top-level-add-subdirs-to-load-path)) |