1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Add "no-byte-compile: t" local variable.

This commit is contained in:
Juanma Barranquero 2007-01-30 10:09:53 +00:00
parent d4c2a0cc15
commit 4799aa91aa
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-01-30 Juanma Barranquero <lekktu@gmail.com>
* subdirs.el: Add "no-byte-compile: t" local variable.
2007-01-10 Jason Rumney <jasonr@gnu.org>
* README: Update URLs and advice about reporting bugs.

View file

@ -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))