Changeset 1935
- Timestamp:
- 05/24/03 15:08:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/CharacterInputStream.java
r1716 r1935 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: CharacterInputStream.java,v 1.3 1 2003-04-28 01:48:51piso Exp $5 * $Id: CharacterInputStream.java,v 1.32 2003-05-24 15:08:10 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 568 568 Package pkg = Packages.findPackage(packageName); 569 569 if (pkg == null) 570 throw new LispError("package \"" + packageName +570 throw new PackageError("package \"" + packageName + 571 571 "\" not found"); 572 572 Symbol symbol = pkg.findSymbolInPackage(symbolName);
Note: See TracChangeset
for help on using the changeset viewer.