From: Juanma Barranquero Date: Tue, 30 Jan 2007 10:09:53 +0000 (+0000) Subject: Add "no-byte-compile: t" local variable. X-Git-Tag: emacs-pretest-22.0.94~508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4799aa91aac90c2e61ef141df9243c2f8deb79d3;p=emacs.git Add "no-byte-compile: t" local variable. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 9475eeb32ff..a74e27e03c0 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2007-01-30 Juanma Barranquero + + * subdirs.el: Add "no-byte-compile: t" local variable. + 2007-01-10 Jason Rumney * 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 @@ +;; -*- no-byte-compile: t -*- (if (fboundp 'normal-top-level-add-subdirs-to-load-path) (normal-top-level-add-subdirs-to-load-path))