help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug when compiling elc code?


From: Johan Bockgård
Subject: Re: Bug when compiling elc code?
Date: Wed, 08 Aug 2007 13:37:51 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Hadron <hadronquark@googlemail.com> writes:

> Which leads on to the next question, is there something I can put into
> a file to stop it compiling into an elc using this hook?

(info "(elisp)Byte Compilation")

   If you do not want a Lisp file to be compiled, ever, put a file-local
   variable binding for `no-byte-compile' into it, like this:

       ;; -*-no-byte-compile: t; -*-

-- 
Johan Bockgård


reply via email to

[Prev in Thread] Current Thread [Next in Thread]