Changeset 4140
- Timestamp:
- 09/30/03 09:40:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/PackageFunctions.java
r3894 r4140 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: PackageFunctions.java,v 1. 19 2003-09-19 14:44:10piso Exp $5 * $Id: PackageFunctions.java,v 1.20 2003-09-30 09:40:43 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 303 303 Package p = Packages.findPackage(string.getValue()); 304 304 if (p == null) 305 throw new ConditionThrowable(new LispError(String.valueOf(obj) )+306 " is not the name of a package");305 throw new ConditionThrowable(new LispError(String.valueOf(obj) + 306 " is not the name of a package")); 307 307 pkg.usePackage(p); 308 308 }
Note: See TracChangeset
for help on using the changeset viewer.