1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(isearch-repeat): Error if try to repeat search and there was no previou search.

This commit is contained in:
Richard M. Stallman 2003-01-06 01:21:15 +00:00
parent 53ade5c75e
commit 135f293b2a

View File

@ -978,7 +978,7 @@ Use `isearch-exit' to quit without signaling."
(or (if isearch-regexp
(car regexp-search-ring)
(car search-ring))
"")
(error "No previous search string"))
isearch-message
(mapconcat 'isearch-text-char-description
isearch-string "")