(isearchb-activate): Follow error conventions.
This commit is contained in:
parent
9afac171a5
commit
90d7908eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ accessed via isearchb."
|
|||
((eq last-command 'isearchb-activate)
|
||||
(if isearchb-last-buffer
|
||||
(switch-to-buffer isearchb-last-buffer)
|
||||
(error "isearchb: There is no previous buffer to toggle to."))
|
||||
(error "isearchb: There is no previous buffer to toggle to"))
|
||||
(isearchb-stop nil t))
|
||||
(t
|
||||
(message "isearchb: ")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue