From 3ae4c5094b90253115d39edb52917809bd33392f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 3 May 2003 13:49:47 +0000 Subject: [PATCH] (isearch-complete): Update isearch-message. --- lisp/isearch.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index bb989a73f95..754b7cf6fa1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1519,7 +1519,10 @@ The completed string is then editable in the minibuffer. If there is no completion possible, say so and continue searching." (interactive) (if (isearch-complete1) - (isearch-edit-string) + (progn (setq isearch-message + (mapconcat 'isearch-text-char-description + isearch-string "")) + (isearch-edit-string)) ;; else (sit-for 1) (isearch-update))) -- 2.39.2