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:
parent
92328ec563
commit
39f2174e95
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user