branch: elpa/isl
commit f182a09df0ca10148e195041dd42559ef2524275
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix prefix in isearch-light group
---
isearch-light.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/isearch-light.el b/isearch-light.el
index b92c5276d07..9422e91d7cb 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -1,13 +1,13 @@
-;;; isearch-light.el --- simple incremental search in current-buffer -*-
lexical-binding: t -*-
+;;; isearch-light.el --- Simple incremental search in current-buffer -*-
lexical-binding: t -*-
;; Author: Thierry Volpiatto <[email protected]>
;; Copyright (C) 2021 Thierry Volpiatto <[email protected]>
;; Version: 1.0
-;; X-URL: https://github.com/thierryvolpiatto/isearch-light
+;; URL: https://github.com/thierryvolpiatto/isearch-light
-;; Compatibility: GNU Emacs 24.1+
-;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
+;; Compatibility: GNU Emacs 24.3+
+;; Package-Requires: ((emacs "24.3"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -52,7 +52,7 @@
(defgroup isearch-light nil
"Open isl."
- :prefix "isl-"
+ :prefix "isl"
:group 'matching)
(defcustom isl-search-function #'re-search-forward