From f18cffa68a4c017014c1edf148f56786027c283b Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 16 Feb 2021 12:30:53 +0200 Subject: Rewrite 'default-directory' as a variable --- git-email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-email.el b/git-email.el index 78db393..fd2fd95 100644 --- a/git-email.el +++ b/git-email.el @@ -222,7 +222,7 @@ Falls back to `default-directory'." (and (bound-and-true-p project-list-file) (cdr (project-current))) (vc-root-dir) - (default-directory)))) + default-directory))) dir)) -- cgit v1.2.3