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
7e97482b
Commit
7e97482b
authored
Feb 02, 1998
by
Richard M. Stallman
Browse files
(isearch-range-invisible): Avoid infinite loop when search-invisible is nil.
parent
7ee90603
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 @
7e97482b
...
...
@@ -1625,8 +1625,8 @@ If there is no completion possible, say so and continue searching."
;; It makes sense to append to the open
;; overlays list only if we know that this is
;; t.
(setq crt-overlays (append ov-list crt-overlays))))
(goto-char (next-overlay-change (point)))))
)
(setq crt-overlays (append ov-list crt-overlays))))
)
(goto-char (next-overlay-change (point)))))
;; See if invisibility reaches up thru END.
(if (>= (point) end)
(if (and (not (null can-be-opened)) (consp crt-overlays))
...
...
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