(isearch-repeat): Error if try to repeat search and there was no previou search.
This commit is contained in:
parent
53ade5c75e
commit
135f293b2a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue