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

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

Re: cheap call-tree using font-lock


From: Stefan Monnier <address@hidden>
Subject: Re: cheap call-tree using font-lock
Date: 27 Jan 2003 17:06:14 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Alex" == Alex Schroeder <alex@emacswiki.org> writes:
> I just don't understand eval-when-compile -- anyway, the tests failed
> when byte compiling, so I just put them inside a when nil...

When compiling, the functions are compiled but not defined, thus
calling `simple-call-tree-analyze' at the end of the compilation
will fail unless you've loaded simple-call-tree.el before.


        Stefan


reply via email to

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