Changeset 3910
- Timestamp:
- 09/19/03 23:56:10 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Primitives.java
r3902 r3910 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Primitives.java,v 1.41 4 2003-09-19 16:04:50 piso Exp $5 * $Id: Primitives.java,v 1.415 2003-09-19 23:56:10 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 1807 1807 if (type == Symbol.SIMPLE_ERROR) 1808 1808 return c.getCondition() instanceof SimpleError; 1809 if (type == Symbol.ERROR ) {1809 if (type == Symbol.ERROR || type == LispClass.ERROR) { 1810 1810 Condition condition = c.getCondition(); 1811 1811 if (condition.typep(Symbol.ERROR) == T)
Note: See TracChangeset
for help on using the changeset viewer.