Mercurial > emacs
diff lisp/progmodes/idlw-shell.el @ 63426:1fca8244172a
(idlwave-shell-move-to-bp): Follow error conventions.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Jun 2005 15:24:13 +0000 |
parents | f2892faa87d4 |
children | 87216f91a211 |
line wrap: on
line diff
--- a/lisp/progmodes/idlw-shell.el Tue Jun 14 15:23:26 2005 +0000 +++ b/lisp/progmodes/idlw-shell.el Tue Jun 14 15:24:13 2005 +0000 @@ -2734,7 +2734,7 @@ (funcall orig-func cur-line orig-bp-line) (or (not bp-line) (funcall closer-func cur-line bp-line))) (setq bp-line cur-line)))) - (unless bp-line (error "No further breakpoints.")) + (unless bp-line (error "No further breakpoints")) (goto-line bp-line))) ;; Examine Commands ------------------------------------------------------