1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

(isearch-complete): Update isearch-message.

This commit is contained in:
Richard M. Stallman 2003-05-03 13:49:47 +00:00
parent 9f243b0d3d
commit 3ae4c5094b

View File

@ -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)))