branch: elpa/isl
commit 448ea086aa441f069b423048d908750bed270d81
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix typo defvar => defcustom
---
isearch-light.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/isearch-light.el b/isearch-light.el
index 6fd060e8293..81ca1f67900 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -75,11 +75,11 @@ in pattern."
"The string used to notify in mode-line when position is below initial pos."
:type 'string)
-(defvar isl-direction-down-string "↓"
+(defcustom isl-direction-down-string "↓"
"The string used in mode-line to notify search direction."
:type 'string)
-(defvar isl-direction-up-string "↑"
+(defcustom isl-direction-up-string "↑"
"The string used in mode-line to notify search direction."
:type 'string)