From: Dmitry Gutov Date: Wed, 12 Feb 2014 12:38:09 +0000 (+0200) Subject: Fix the type X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/10258cb25d28c49198cc50a79cc3825d8ad5db22 Fix the type --- diff --git a/diff-hl.el b/diff-hl.el index 2a4206495..4b25fc7f2 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -92,7 +92,7 @@ (defcustom diff-hl-command-prefix (kbd "C-x v") "The prefix for all `diff-hl' commands." :group 'diff-hl - :type 'boolean) + :type 'string) (defcustom diff-hl-draw-borders t "Non-nil to draw borders around fringe indicators."