From 10258cb25d28c49198cc50a79cc3825d8ad5db22 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 12 Feb 2014 14:38:09 +0200 Subject: [PATCH] Fix the type --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2