Changeset 5182


Ignore:
Timestamp:
12/19/03 00:04:14 (20 years ago)
Author:
piso
Message:

ABORT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/restart.lisp

    r5176 r5182  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: restart.lisp,v 1.9 2003-12-17 18:38:38 piso Exp $
     4;;; $Id: restart.lisp,v 1.10 2003-12-19 00:04:14 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    193193
    194194(defun abort (&optional condition)
    195   (invoke-restart 'abort))
     195  (invoke-restart 'abort)
     196  (error 'control-error
     197         :format-control "ABORT restart failed to transfer control dynamically."))
    196198
    197199(defun continue (&optional condition)
Note: See TracChangeset for help on using the changeset viewer.