Changeset 3725


Ignore:
Timestamp:
09/13/03 17:21:48 (20 years ago)
Author:
piso
Message:

SUBTYPEP

File:
1 edited

Legend:

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

    r3723 r3725  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: autoloads.lisp,v 1.22 2003-09-12 14:17:13 piso Exp $
     4;;; $Id: autoloads.lisp,v 1.23 2003-09-13 17:21:48 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    7979(autoload '(byte byte-size byte-position ldb ldb-test dpb) "ldb.lisp")
    8080(autoload 'lcm)
     81(autoload 'subtypep)
Note: See TracChangeset for help on using the changeset viewer.