# HG changeset patch # User Juanma Barranquero # Date 1118762653 0 # Node ID 1fca8244172aeb7f1010173d98b304d83f2a7283 # Parent d6e1fdb10546aae641f7730e4f9e4f55184406a7 (idlwave-shell-move-to-bp): Follow error conventions. diff -r d6e1fdb10546 -r 1fca8244172a lisp/progmodes/idlw-shell.el --- 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 ------------------------------------------------------