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: Wed, 07 Aug 2013 10:41:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> (mapcar (if flag #'f1 #'f2) list)
>> and `f1' or `f2' are unknown.

> My code does that and indeed that was, what I first implemented.

Could you point to the place where your code does that?
It should be a few lines of extra code in byte-compile-function-form,
but I couldn't find it in your patch.


        Stefan



reply via email to

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