branch: elpa/aidermacs commit 1e213eb934690efcca1929e7e951e01e55ccc101 Author: Adam Niederer <adam.niede...@gmail.com> Commit: Matthew Zeng <matthew...@gmail.com>
Fix aidermacs--send-command-backend warning during compilation --- aidermacs-output.el | 1 + 1 file changed, 1 insertion(+) diff --git a/aidermacs-output.el b/aidermacs-output.el index 18dbc806e6..403ee83be7 100644 --- a/aidermacs-output.el +++ b/aidermacs-output.el @@ -20,6 +20,7 @@ (declare-function aidermacs-project-root "aidermacs") (declare-function aidermacs--is-aidermacs-buffer-p "aidermacs") (declare-function aidermacs--prepare-file-paths-for-command "aidermacs") +(declare-function aidermacs--send-command-backend "aidermacs-backends") (defgroup aidermacs-output nil "Output manipulation for Aidermacs."