From fd912a80cc9b88f2c0b155809b68e5f4a55bdb66 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Fri, 25 Nov 2016 12:29:44 +0200 Subject: [PATCH] * lisp/isearch.el: Add 'provide'. (Bug#25026) --- lisp/isearch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/isearch.el b/lisp/isearch.el index 9418064fc86..9846f0b7206 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -3328,4 +3328,6 @@ CASE-FOLD non-nil means the search was case-insensitive." (isearch-search) (isearch-update)) +(provide 'isearch) + ;;; isearch.el ends here -- 2.39.5