emacs-devel
[Top][All Lists]
Advanced

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

Re: question about macro `minibuffer-with-setup-hook', byte-compilation


From: Stefan Monnier
Subject: Re: question about macro `minibuffer-with-setup-hook', byte-compilation
Date: Fri, 05 Oct 2012 15:03:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> I byte-compile foo.el in an Emacs version that does not have macro
> `minibuffer-with-setup-hook',

So you get a .elc file that doesn't work.
Don't do that.  It's true of *all* macros, because they are run during
compilation, so if they're not present during compilation you're screwed.


        Stefan



reply via email to

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