aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-11-26 22:20:23 +0000
committerRoland McGrath1993-11-26 22:20:23 +0000
commitd32696d43f1c5e559c31a229fa69f5ca49da542e (patch)
tree9402e1fafb5f7ff7990f08cb5e4a81f9c274c02a
parent9bed762ea7fea222285b99d0139aa614ced92dfc (diff)
downloademacs-d32696d43f1c5e559c31a229fa69f5ca49da542e.tar.gz
emacs-d32696d43f1c5e559c31a229fa69f5ca49da542e.zip
Undo last change.
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index d4371335084..b987867b226 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1295,7 +1295,7 @@ If there is no completion possible, say so and continue searching."
1295 (setq isearch-other-end 1295 (setq isearch-other-end
1296 (if isearch-forward (match-beginning 0) (match-end 0))))) 1296 (if isearch-forward (match-beginning 0) (match-end 0)))))
1297 1297
1298 (quit (isearch-unread (nth 3 (current-input-mode))) 1298 (quit (isearch-unread ?\C-g)
1299 (setq isearch-success nil)) 1299 (setq isearch-success nil))
1300 1300
1301 (invalid-regexp 1301 (invalid-regexp