From 90d7908eb77b22c40c0038b6ceb1d563a8cb2766 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 14 Jun 2005 15:19:08 +0000 Subject: [PATCH] (isearchb-activate): Follow error conventions. --- lisp/isearchb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearchb.el b/lisp/isearchb.el index 5c70bd8fc00..dbcbb1b7af2 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el @@ -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: ") -- 2.39.5