From 9a45d6c33122eba90f3e7378dd091494d10faba7 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 29 Aug 2011 23:22:44 +0300 Subject: * lisp/isearch.el (isearch-done): Don't display message "Mark saved" when arg `edit' is non-nil to prevent its flicker in the echo area. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/isearch.el') diff --git a/lisp/isearch.el b/lisp/isearch.el index 8764952dbf5..6eab3dbcbc4 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -952,7 +952,7 @@ NOPUSH is t and EDIT is t." (or (and transient-mark-mode mark-active) (progn (push-mark isearch-opoint t) - (or executing-kbd-macro (> (minibuffer-depth) 0) + (or executing-kbd-macro (> (minibuffer-depth) 0) edit (message "Mark saved where search started"))))) (and (not edit) isearch-recursive-edit (exit-recursive-edit))) -- cgit v1.2.1