From 750362889e759038e844e1c11ce7ed9da4cb9b4e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 14 Jun 2005 15:24:13 +0000 Subject: [PATCH] (idlwave-shell-move-to-bp): Follow error conventions. --- lisp/progmodes/idlw-shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------------------------------------------ -- 2.39.2