branch: elpa/isl
commit 85d8c341fc2658e0e283a141f08b5b8077969892
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Update headers and requires
---
isearch-light.el | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/isearch-light.el b/isearch-light.el
index 0c8884d17e8..4b0a1568dcc 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -1,6 +1,11 @@
;;; isearch-light.el --- simple incremental search in current-buffer -*-
lexical-binding: t -*-
-;; Copyright (C) 2012 ~ 2020 Thierry Volpiatto <[email protected]>
+;; Copyright (C) 2021 Thierry Volpiatto <[email protected]>
+
+;; X-URL: https://github.com/thierryvolpiatto/isearch-light
+
+;; Compatibility: GNU Emacs 26.3+
+;; Package-Requires: ((emacs "26") (cl-lib "0.5") (iterator 1.0))
;; 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
@@ -17,6 +22,7 @@
;;; Code:
+(require 'cl-lib)
(require 'iterator)
;; Internals