]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearchb-activate): Follow error conventions.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 15:19:08 +0000 (15:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 15:19:08 +0000 (15:19 +0000)
lisp/isearchb.el

index 5c70bd8fc00a31b3cac83bab4640e6529f3e5c6a..dbcbb1b7af29929a2c806c93101902d34debb512 100644 (file)
@@ -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: ")