Changeset 4054
- Timestamp:
- 09/25/03 16:35:16 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/autoloads.lisp
r4002 r4054 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: autoloads.lisp,v 1.3 0 2003-09-22 17:19:47piso Exp $4 ;;; $Id: autoloads.lisp,v 1.31 2003-09-25 16:35:16 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 82 82 (autoload 'typep) 83 83 (autoload '(apropos apropos-list) "apropos.lisp") 84 (autoload '(write-string write-line) "write-string.lisp") 85 (autoload '(y-or-n-p yes-or-no-p) "query.lisp") 84 86 85 87 (autoload-macro 'defstruct)
Note: See TracChangeset
for help on using the changeset viewer.