|
From: | Dmitry Gutov |
Subject: | Re: Towards a cleaner build: project.el |
Date: | Thu, 13 Jun 2019 16:10:32 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
On 13.06.2019 15:58, Lars Ingebrigtsen wrote:
OK, then I think the right solution here is to just make project.el require xref, and if you later change the functions, then we'll get a new error at that point.
Fine by me, but we've previously dealt with these warnings using declare-function, see
(declare-function xref--show-xrefs "xref") (declare-function xref-backend-identifier-at-point "xref") (declare-function xref--find-ignores-arguments "xref")
[Prev in Thread] | Current Thread | [Next in Thread] |