From a12b66552b1f0b988bf3407f8d5a2b0123ecd3ca Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 5 Jun 2020 21:29:13 -0400 Subject: Correct defcustom type for piem-default-branch-function --- piem.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'piem.el') 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 -- cgit v1.2.3