From: Juanma Barranquero Date: Tue, 14 Jun 2005 15:24:13 +0000 (+0000) Subject: (idlwave-shell-move-to-bp): Follow error conventions. X-Git-Tag: emacs-pretest-22.0.90~8951 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=750362889e759038e844e1c11ce7ed9da4cb9b4e;p=emacs.git (idlwave-shell-move-to-bp): Follow error conventions. --- diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index e804b9f8d50..19656238764 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 ------------------------------------------------------