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
d196f58d
Commit
d196f58d
authored
Jan 10, 2001
by
Gerd Moellmann
Browse files
(isearch-done): Set isearch-lazy-highlight-start
to nil.
parent
0d5184de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/isearch.el
lisp/isearch.el
+2
-0
No files found.
lisp/ChangeLog
View file @
d196f58d
2001-01-10 Gerd Moellmann <gerd@gnu.org>
* isearch.el (isearch-done): Set isearch-lazy-highlight-start
to nil.
2001-01-10 Dave Love <fx@gnu.org>
* vc-cvs.el (vc-cvs-header): Fix :type.
...
...
lisp/isearch.el
View file @
d196f58d
...
...
@@ -639,6 +639,8 @@ is treated as a regexp. See \\[isearch-forward] for more info."
(remove-hook 'mouse-leave-buffer-hook 'isearch-done)
(remove-hook 'kbd-macro-termination-hook 'isearch-done)
(setq isearch-lazy-highlight-start nil)
;; Called by all commands that terminate isearch-mode.
;; If NOPUSH is non-nil, we don't push the string on the search ring.
(setq overriding-terminal-local-map nil)
...
...
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