Mercurial > emacs
changeset 63420:f4efcc094de0
(isearchb-activate): Follow error conventions.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Jun 2005 15:19:08 +0000 |
parents | 025ea93d2596 |
children | 8d79f84e54e8 |
files | lisp/isearchb.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: ")