diff options
-rw-r--r-- | git-email.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el index 420fc51..82c6273 100644 --- a/git-email.el +++ b/git-email.el @@ -79,7 +79,7 @@ not set, the 'to' address will be empty." git-email--ibuffer-files git-email--vc-dir-files) "An list of functions to for getting a list of patches to send." - :type '(list symbol symbol) + :type '(list symbol) :group 'git-email) (defcustom git-email-format-patch-default-args "" |