aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-16 17:27:20 +0000
committerDave Love2001-01-16 17:27:20 +0000
commit39f2174e9504536ab75c4124a7b5e0b3af80872e (patch)
tree6ca0c8a1cde82688c0bf151ffe7a6c3cb2456adb
parent92328ec563a322762291d1458b0e0cba483ca531 (diff)
downloademacs-39f2174e9504536ab75c4124a7b5e0b3af80872e.tar.gz
emacs-39f2174e9504536ab75c4124a7b5e0b3af80872e.zip
(isearch-lazy-highlight): Add :version.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/isearch.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a2c6f583685..f093634a9dd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12001-01-16 Dave Love <fx@gnu.org> 12001-01-16 Dave Love <fx@gnu.org>
2 2
3 * isearch.el (isearch-lazy-highlight): Add :version.
4
3 * simple.el (backward-delete-char-untabify-method) 5 * simple.el (backward-delete-char-untabify-method)
4 (next-line-add-newlines): Add :version. 6 (next-line-add-newlines): Add :version.
5 7
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 251c85cf1e9..eb4f9a43f6c 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1849,6 +1849,7 @@ since they have special meaning in a regexp."
1849(defgroup isearch-lazy-highlight nil 1849(defgroup isearch-lazy-highlight nil
1850 "Lazy highlighting feature for incremental search." 1850 "Lazy highlighting feature for incremental search."
1851 :prefix "isearch-lazy-highlight-" 1851 :prefix "isearch-lazy-highlight-"
1852 :version "21.1"
1852 :group 'isearch) 1853 :group 'isearch)
1853 1854
1854(defcustom isearch-lazy-highlight t 1855(defcustom isearch-lazy-highlight t