diff options
Diffstat (limited to 'git-email.el')
-rw-r--r-- | git-email.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |