From 984cd484cd145929ffc7ea4116848ffadd2b1d81 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 10 Dec 2023 16:24:38 -0500 Subject: annexview-git-executable: Fix defcustom type --- annexview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annexview.el b/annexview.el index 81a37fc..5f6d097 100644 --- a/annexview.el +++ b/annexview.el @@ -90,7 +90,7 @@ (if (boundp 'magit-git-executable) magit-git-executable "git") "Invoke git like this. And invoke git-annex by using \"annex\" as the subcommand." - :type 'stringp) + :type 'string) ;;; Metadata inspection -- cgit v1.2.3