From: Damien Cassou Date: Fri, 25 Nov 2016 10:29:44 +0000 (+0200) Subject: * lisp/isearch.el: Add 'provide'. (Bug#25026) X-Git-Tag: emacs-26.0.90~1269 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd912a80cc9b88f2c0b155809b68e5f4a55bdb66;p=emacs.git * lisp/isearch.el: Add 'provide'. (Bug#25026) --- 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