Changeset 4106


Ignore:
Timestamp:
09/28/03 18:33:32 (20 years ago)
Author:
piso
Message:

ADD-CLASS, MAKE-INSTANCE-STANDARD-CLASS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/Autoload.java

    r4085 r4106  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: Autoload.java,v 1.77 2003-09-27 19:24:15 piso Exp $
     5 * $Id: Autoload.java,v 1.78 2003-09-28 18:33:32 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    233233        autoload("unuse-package", "PackageFunctions");
    234234        autoload("user-homedir-pathname", "Pathname");
     235        autoload(PACKAGE_EXT, "add-class", "LispClass");
    235236        autoload(PACKAGE_EXT, "file-directory-p", "probe_file");
    236237        autoload(PACKAGE_EXT, "probe-directory", "probe_file");
     
    272273        autoload(PACKAGE_SYS, "hash-table-entries", "HashTable");
    273274        autoload(PACKAGE_SYS, "make-fill-pointer-output-stream", "FillPointerOutputStream");
     275        autoload(PACKAGE_SYS, "make-instance-standard-class", "StandardClass");
    274276        autoload(PACKAGE_SYS, "make-structure-class", "StructureClass");
    275277        autoload(PACKAGE_SYS, "puthash", "HashTable");
Note: See TracChangeset for help on using the changeset viewer.