aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/idlw-shell.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-14 15:24:13 +0000
committerJuanma Barranquero <[email protected]>2005-06-14 15:24:13 +0000
commit750362889e759038e844e1c11ce7ed9da4cb9b4e (patch)
tree5f75f1718e84eb634d0f0bb14e9e93ac5aa2f97a /lisp/progmodes/idlw-shell.el
parenteb4ed27f9a3c5ea3a827f199ca3d0726fec81ea2 (diff)
(idlwave-shell-move-to-bp): Follow error conventions.
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
-rw-r--r--lisp/progmodes/idlw-shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el
index e804b9f8d5..1965623876 100644
--- a/lisp/progmodes/idlw-shell.el
+++ b/lisp/progmodes/idlw-shell.el
@@ -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 ------------------------------------------------------