(isearchb-activate): Follow error conventions.

This commit is contained in:
Juanma Barranquero 2005-06-14 15:19:08 +00:00
parent 9afac171a5
commit 90d7908eb7

View file

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