(idlwave-shell-move-to-bp): Follow error conventions.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 15:24:13 +0000 (15:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 15:24:13 +0000 (15:24 +0000)
lisp/progmodes/idlw-shell.el

index e804b9f..1965623 100644 (file)
@@ -2734,7 +2734,7 @@ Runs to the last statement and then steps 1 statement.  Use the .out command."
             (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 ------------------------------------------------------