changeset 63426:1fca8244172a

(idlwave-shell-move-to-bp): Follow error conventions.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 15:24:13 +0000
parents d6e1fdb10546
children 6cec4d429edd
files lisp/progmodes/idlw-shell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ------------------------------------------------------