Changeset 4686
- Timestamp:
- 11/10/03 00:09:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/autoloads.lisp
r4675 r4686 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: autoloads.lisp,v 1.6 0 2003-11-07 20:21:17piso Exp $4 ;;; $Id: autoloads.lisp,v 1.61 2003-11-10 00:09:30 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 30 30 string<= string>= 31 31 string-lessp string-greaterp 32 string-not-lessp string-not-greaterp) 32 string-not-lessp string-not-greaterp 33 string-left-trim string-right-trim string-trim) 33 34 "strings.lisp") 34 35 (autoload '(get-properties copy-symbol) "symbol.lisp") … … 126 127 (autoload 'print-object) 127 128 (autoload-macro '(prog prog*) "prog.lisp") 129 (autoload 'concatenate)
Note: See TracChangeset
for help on using the changeset viewer.