mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Undo last change.
This commit is contained in:
parent
9bed762ea7
commit
d32696d43f
1 changed files with 1 additions and 1 deletions
|
|
@ -1295,7 +1295,7 @@ If there is no completion possible, say so and continue searching."
|
|||
(setq isearch-other-end
|
||||
(if isearch-forward (match-beginning 0) (match-end 0)))))
|
||||
|
||||
(quit (isearch-unread (nth 3 (current-input-mode)))
|
||||
(quit (isearch-unread ?\C-g)
|
||||
(setq isearch-success nil))
|
||||
|
||||
(invalid-regexp
|
||||
|
|
|
|||
Loading…
Reference in a new issue