# HG changeset patch # User Juanma Barranquero # Date 1118762348 0 # Node ID f4efcc094de07c7aa63d054b128be4d0572a3b0b # Parent 025ea93d25960f81d82147ec491802f1c0c262cc (isearchb-activate): Follow error conventions. diff -r 025ea93d2596 -r f4efcc094de0 lisp/isearchb.el --- a/lisp/isearchb.el Tue Jun 14 15:17:00 2005 +0000 +++ b/lisp/isearchb.el Tue Jun 14 15:19:08 2005 +0000 @@ -213,7 +213,7 @@ ((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: ")