emacs-devel
[Top][All Lists]
Advanced

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

Re: tramp-compat-funcall -> compat-funcall?


From: Stefan Monnier
Subject: Re: tramp-compat-funcall -> compat-funcall?
Date: Sat, 24 Sep 2016 09:57:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>> There's  (if (fboundp '<foo>) (<foo> <bar>))  already (which is much
> Your code snippet misses the `with-no-warnings' umbrella.

No, it doesn't: the byte-compiler understands the the if+fboundp means
that any call to this function in the branch is "safe" and it won't
signal a warning.  That's my point.


        Stefan



reply via email to

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