aboutsummaryrefslogtreecommitdiff
path: root/piem.el
diff options
context:
space:
mode:
Diffstat (limited to 'piem.el')
-rw-r--r--piem.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/piem.el b/piem.el
index 406665f..6dc531d 100644
--- a/piem.el
+++ b/piem.el
@@ -542,7 +542,7 @@ If CODEREPO is given, switch to this directory before calling
(list mbox
(piem-extract-mbox-info mbox)
(piem-inbox-coderepo-maybe-read))))
- (let* ((default-directory (or coderepo default-directory)))
+ (let ((default-directory (or coderepo default-directory)))
(let ((new-branch (read-string
"New branch (empty for detached): "
(funcall piem-default-branch-function info)))