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
f5f6a944
Commit
f5f6a944
authored
Jan 21, 1994
by
Richard M. Stallman
Browse files
(isearch-highlight): Do nothing if not window-system.
parent
7a8e3e30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/isearch.el
lisp/isearch.el
+2
-2
No files found.
lisp/isearch.el
View file @
f5f6a944
...
...
@@ -4,7 +4,7 @@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; |$Date: 1994/01/1
6 23:40:50
$|$Revision: 1.6
2
$
;; |$Date: 1994/01/1
9 18:45:34
$|$Revision: 1.6
3
$
;; This file is part of GNU Emacs.
...
...
@@ -1360,7 +1360,7 @@ If there is no completion possible, say so and continue searching."
(defvar isearch-overlay nil)
(defun isearch-highlight (beg end)
(if (null search-highlight)
(if
(or
(null search-highlight)
(null window-system))
nil
(or isearch-overlay (setq isearch-overlay (make-overlay beg end)))
(move-overlay isearch-overlay beg end (current-buffer))
...
...
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