1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

(isearch-lazy-highlight): Add :version.

This commit is contained in:
Dave Love 2001-01-16 17:27:20 +00:00
parent 92328ec563
commit 39f2174e95
2 changed files with 3 additions and 0 deletions

View 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.

View 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