Changeset 4106
- Timestamp:
- 09/28/03 18:33:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Autoload.java
r4085 r4106 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: Autoload.java,v 1.7 7 2003-09-27 19:24:15piso Exp $5 * $Id: Autoload.java,v 1.78 2003-09-28 18:33:32 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 233 233 autoload("unuse-package", "PackageFunctions"); 234 234 autoload("user-homedir-pathname", "Pathname"); 235 autoload(PACKAGE_EXT, "add-class", "LispClass"); 235 236 autoload(PACKAGE_EXT, "file-directory-p", "probe_file"); 236 237 autoload(PACKAGE_EXT, "probe-directory", "probe_file"); … … 272 273 autoload(PACKAGE_SYS, "hash-table-entries", "HashTable"); 273 274 autoload(PACKAGE_SYS, "make-fill-pointer-output-stream", "FillPointerOutputStream"); 275 autoload(PACKAGE_SYS, "make-instance-standard-class", "StandardClass"); 274 276 autoload(PACKAGE_SYS, "make-structure-class", "StructureClass"); 275 277 autoload(PACKAGE_SYS, "puthash", "HashTable");
Note: See TracChangeset
for help on using the changeset viewer.