comparison lisp/isearchb.el @ 63420:f4efcc094de0

(isearchb-activate): Follow error conventions.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 15:19:08 +0000
parents 925e8bd46083
children 6fb026ad601f
comparison
equal deleted inserted replaced
63419:025ea93d2596 63420:f4efcc094de0
211 ((eq last-command 'isearchb) 211 ((eq last-command 'isearchb)
212 (isearchb-stop nil t)) 212 (isearchb-stop nil t))
213 ((eq last-command 'isearchb-activate) 213 ((eq last-command 'isearchb-activate)
214 (if isearchb-last-buffer 214 (if isearchb-last-buffer
215 (switch-to-buffer isearchb-last-buffer) 215 (switch-to-buffer isearchb-last-buffer)
216 (error "isearchb: There is no previous buffer to toggle to.")) 216 (error "isearchb: There is no previous buffer to toggle to"))
217 (isearchb-stop nil t)) 217 (isearchb-stop nil t))
218 (t 218 (t
219 (message "isearchb: ") 219 (message "isearchb: ")
220 (setq iswitchb-text nil 220 (setq iswitchb-text nil
221 isearchb-start-buffer (current-buffer)) 221 isearchb-start-buffer (current-buffer))