emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 02/03: Fix the type


From: Dmitry Gutov
Subject: [elpa] 02/03: Fix the type
Date: Wed, 12 Feb 2014 12:39:28 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 10258cb25d28c49198cc50a79cc3825d8ad5db22
Author: Dmitry Gutov <address@hidden>
Date:   Wed Feb 12 14:38:09 2014 +0200

    Fix the type
---
 diff-hl.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/diff-hl.el b/diff-hl.el
index 2a42064..4b25fc7 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]