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:
parent
53ade5c75e
commit
135f293b2a
@ -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 "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user