From: Roland McGrath Date: Fri, 26 Nov 1993 22:20:23 +0000 (+0000) Subject: Undo last change. X-Git-Tag: emacs-19.34~10655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d32696d43f1c5e559c31a229fa69f5ca49da542e;p=emacs.git Undo last change. --- 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