From d32696d43f1c5e559c31a229fa69f5ca49da542e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 26 Nov 1993 22:20:23 +0000 Subject: [PATCH] Undo last change. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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 -- 2.39.5