summaryrefslogtreecommitdiff
path: root/piem.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-06-05 21:29:13 -0400
committerKyle Meyer <kyle@kyleam.com>2020-06-06 15:10:03 -0400
commita12b66552b1f0b988bf3407f8d5a2b0123ecd3ca (patch)
tree10f304e38ef63cec989346d575eb10a71306505b /piem.el
parent5495e23781c5223ad9caaa1cbe3a0d0500512812 (diff)
downloadpiem-a12b66552b1f0b988bf3407f8d5a2b0123ecd3ca.tar.gz
Correct defcustom type for piem-default-branch-function
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 80e8a35..0521a4e 100644
--- a/piem.el
+++ b/piem.el
@@ -153,7 +153,7 @@ the following information about the patch series:
the first patch otherwise.
:base-commit
The reported base commit of the patch, if any."
- :type 'boolean)
+ :type 'function)
;;;; Subprocess handling