summaryrefslogtreecommitdiff
path: root/lisp/isearchb.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-14 15:19:08 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-14 15:19:08 +0000
commit90d7908eb77b22c40c0038b6ceb1d563a8cb2766 (patch)
tree854beb90e76ebf4b6cbfa178f68da807fdf167ba /lisp/isearchb.el
parent9afac171a5b627b95b9a70b1832d66b6600900bb (diff)
downloademacs-90d7908eb77b22c40c0038b6ceb1d563a8cb2766.tar.gz
(isearchb-activate): Follow error conventions.
Diffstat (limited to 'lisp/isearchb.el')
-rw-r--r--lisp/isearchb.el2
1 files changed, 1 insertions, 1 deletions
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: ")