]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo last change.
authorRoland McGrath <roland@gnu.org>
Fri, 26 Nov 1993 22:20:23 +0000 (22:20 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 26 Nov 1993 22:20:23 +0000 (22:20 +0000)
lisp/isearch.el

index d4371335084a336b0192f39a161a579128079411..b987867b2260780e108ab7858ac4c5e63de211d4 100644 (file)
@@ -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