Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
871e0439
Commit
871e0439
authored
Jan 22, 2001
by
Gerd Moellmann
Browse files
(isearch-lazy-highlight-initial-delay): Set default
to 0.25.
parent
619ac84f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/isearch.el
lisp/isearch.el
+1
-1
No files found.
lisp/ChangeLog
View file @
871e0439
2001-01-22 Gerd Moellmann <gerd@gnu.org>
* isearch.el (isearch-lazy-highlight-initial-delay): Set default
to 0.25.
2001-01-20 Miles Bader <miles@gnu.org>
* cus-edit.el (custom-face-save): Do post-processing on the face's
...
...
lisp/isearch.el
View file @
871e0439
...
...
@@ -1842,7 +1842,7 @@ If this is nil, extra highlighting can be \"manually\" removed with
:type 'boolean
:group 'isearch-lazy-highlight)
(defcustom isearch-lazy-highlight-initial-delay
0 ;
0.25
(defcustom isearch-lazy-highlight-initial-delay 0.25
"
*Seconds
to
wait
before
beginning
to
lazily
highlight
all
matches.
"
:type 'number
:group 'isearch-lazy-highlight)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment