summaryrefslogtreecommitdiff
path: root/mailscripts.el
diff options
context:
space:
mode:
Diffstat (limited to 'mailscripts.el')
-rw-r--r--mailscripts.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailscripts.el b/mailscripts.el
index 5a55b79..f3e1e53 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -328,14 +328,14 @@ See also the interactive wrapper command `mailscripts-prepare-patch'."
(defun mailscripts--project-repo-and-branch (f &rest args)
(let ((repo (cl-case mailscripts-project-library
- ('project
+ (project
(require 'project)
(project-prompt-project-dir))
- ('projectile
+ (projectile
(require 'projectile)
(projectile-completing-read
"Select Projectile project: " projectile-known-projects))
- (nil
+ (t
(user-error
"Please customize variable `mailscripts-project-library'."))))
(branch (read-from-minibuffer