summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-11-26 22:15:09 +0000
committerRoland McGrath <roland@gnu.org>1993-11-26 22:15:09 +0000
commitda0bd66fe225d221bbc088d1eba7a7d4b072e9e5 (patch)
tree92a3d39b0771155c62652f89176c85c849e80470 /lisp/isearch.el
parent06767e48d9e07e635dc0f0eb0c5f3865500bc646 (diff)
downloademacs-da0bd66fe225d221bbc088d1eba7a7d4b072e9e5.tar.gz
(isearch-search): Use real quit-char extracted from current-input-mode,
rather than always C-g.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index c7e84b7f9b0..d4371335084 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -4,7 +4,7 @@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
-;; |$Date: 1993/10/24 04:05:22 $|$Revision: 1.52 $
+;; |$Date: 1993/11/24 01:22:40 $|$Revision: 1.53 $
;; This file is part of GNU Emacs.
@@ -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 ?\C-g)
+ (quit (isearch-unread (nth 3 (current-input-mode)))
(setq isearch-success nil))
(invalid-regexp