diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-06-05 21:29:13 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-06-06 15:10:03 -0400 |
commit | a12b66552b1f0b988bf3407f8d5a2b0123ecd3ca (patch) | |
tree | 10f304e38ef63cec989346d575eb10a71306505b | |
parent | 5495e23781c5223ad9caaa1cbe3a0d0500512812 (diff) | |
download | piem-a12b66552b1f0b988bf3407f8d5a2b0123ecd3ca.tar.gz |
Correct defcustom type for piem-default-branch-function
-rw-r--r-- | piem.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |