emacs-devel
[Top][All Lists]
Advanced

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

Re: Can the byte-compiler check whether functions passed by name are def


From: Stefan Monnier
Subject: Re: Can the byte-compiler check whether functions passed by name are defined?
Date: Thu, 08 Aug 2013 09:07:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Applying either of your patches fails for me; Is there some
> possibility we can check, that we are actually starting from the same
> version of bytecomp.el? I have to admit, I don't have particularily
> much experience with patchibg files...

Check the code in Emacs's trunk (e.g. 
http://bzr.savannah.gnu.org/lh/emacs/trunk/annotate/head:/lisp/emacs-lisp/bytecomp.el).

> What I intended to check: Does your code allow defining a function
> after its first use as #'FUNCTION, as is allowed with normal function
> calls (FUNCTION ...)?

Yes: it reuses the code already used for function calls.


        Stefan



reply via email to

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