]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-lazy-highlight): Add :version.
authorDave Love <fx@gnu.org>
Tue, 16 Jan 2001 17:27:20 +0000 (17:27 +0000)
committerDave Love <fx@gnu.org>
Tue, 16 Jan 2001 17:27:20 +0000 (17:27 +0000)
lisp/ChangeLog
lisp/isearch.el

index a2c6f583685d4cb9a5b271692550cebc467ce82b..f093634a9dd238467a1dad0571b4dd9ec4d2d597 100644 (file)
@@ -1,5 +1,7 @@
 2001-01-16  Dave Love  <fx@gnu.org>
 
+       * isearch.el (isearch-lazy-highlight): Add :version.
+
        * simple.el (backward-delete-char-untabify-method)
        (next-line-add-newlines): Add :version.
 
index 251c85cf1e9e626858fcc85f2da95bac720caa12..eb4f9a43f6ca8fa0daafa6ab14658ffb2aa25a51 100644 (file)
@@ -1849,6 +1849,7 @@ since they have special meaning in a regexp."
 (defgroup isearch-lazy-highlight nil
   "Lazy highlighting feature for incremental search."
   :prefix "isearch-lazy-highlight-"
+  :version "21.1"
   :group 'isearch)
 
 (defcustom isearch-lazy-highlight t