From 3b029889f49613315f1fc21be9c4549dfd812914 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 16 Feb 2021 12:31:00 +0200 Subject: Placate the compiler about projectile-project-root --- git-email.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-email.el b/git-email.el index fd2fd95..4c406a8 100644 --- a/git-email.el +++ b/git-email.el @@ -214,6 +214,8 @@ If no marks are found, return the filename at point." (when (mapcar #'git-email--check-file files) files))) +(declare-function projectile-project-root "projectile") + (defun git-email--get-current-project () "Return the path of the current project. Falls back to `default-directory'." -- cgit v1.2.3