Changeset 11316
- Timestamp:
- 09/13/08 16:53:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Closure.java
r11312 r11316 1297 1297 throws ConditionThrowable 1298 1298 { 1299 if (isSpecial(sym) && ! sym.isSpecialVariable())1299 if (isSpecial(sym)) { 1300 1300 env.declareSpecial(sym); 1301 1302 bind(sym, value, env); 1301 thread.bindSpecial(sym, value); 1302 } 1303 else 1304 env.bind(sym, value); 1303 1305 } 1304 1306
Note: See TracChangeset
for help on using the changeset viewer.