diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-14 15:19:08 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-14 15:19:08 +0000 |
commit | 90d7908eb77b22c40c0038b6ceb1d563a8cb2766 (patch) | |
tree | 854beb90e76ebf4b6cbfa178f68da807fdf167ba /lisp/isearchb.el | |
parent | 9afac171a5b627b95b9a70b1832d66b6600900bb (diff) | |
download | emacs-90d7908eb77b22c40c0038b6ceb1d563a8cb2766.tar.gz |
(isearchb-activate): Follow error conventions.
Diffstat (limited to 'lisp/isearchb.el')
-rw-r--r-- | lisp/isearchb.el | 2 |
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: ") |