Changeset 5182
- Timestamp:
- 12/19/03 00:04:14 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/restart.lisp
r5176 r5182 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: restart.lisp,v 1. 9 2003-12-17 18:38:38piso Exp $4 ;;; $Id: restart.lisp,v 1.10 2003-12-19 00:04:14 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 193 193 194 194 (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.")) 196 198 197 199 (defun continue (&optional condition)
Note: See TracChangeset
for help on using the changeset viewer.