X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fisearch-mode.el;h=4ec4f662ad090030294b66ecef21a4688b3a78cf;hb=refs%2Ftags%2Fr21-4-17-u2km-0_22-3;hp=70b7929203f472ee2e593a29f2e25279fe1d743a;hpb=c23f2bdb52b8779bbe4d494cc3f29f515c2c23bb;p=chise%2Fxemacs-chise.git diff --git a/lisp/isearch-mode.el b/lisp/isearch-mode.el index 70b7929..4ec4f66 100644 --- a/lisp/isearch-mode.el +++ b/lisp/isearch-mode.el @@ -873,7 +873,7 @@ Use `isearch-exit' to quit without signaling." ;; and really do quit. (progn (goto-char isearch-opoint) (setq isearch-success nil) - (isearch-done t) ; exit isearch + (isearch-done) ; exit and push target string (signal 'quit '(isearch))) ; and pass on quit signal ;; If search is failing, or has an incomplete regexp, ;; rub out until it is once more successful.