emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 0d619ea 10/19: counsel.el (couns-clj): Add with-no-war


From: Stefan Monnier
Subject: Re: [elpa] master 0d619ea 10/19: counsel.el (couns-clj): Add with-no-warnings
Date: Thu, 16 Apr 2015 08:55:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> -      (cider-sync-request:complete str ":same")))))
> +      (with-no-warnings
> +        (cider-sync-request:complete str ":same"))))))

To silence the "unknown function" warnings, we recommended to use
`declare-function' rather than with-no-warnings.


        Stefan



reply via email to

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