Changeset 3863


Ignore:
Timestamp:
09/18/03 01:38:46 (20 years ago)
Author:
piso
Message:

APROPOS, APROPOS-LIST

File:
1 edited

Legend:

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

    r3820 r3863  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: autoloads.lisp,v 1.26 2003-09-16 16:52:38 piso Exp $
     4;;; $Id: autoloads.lisp,v 1.27 2003-09-18 01:38:46 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    8181(autoload 'subtypep)
    8282(autoload 'typep)
     83(autoload '(apropos apropos-list) "apropos.lisp")
    8384
    8485(autoload-macro 'with-hash-table-iterator)
Note: See TracChangeset for help on using the changeset viewer.