Changeset 3723 for trunk/j/src/org/armedbear/lisp/autoloads.lisp
- Timestamp:
- 09/12/03 14:18:10 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/autoloads.lisp
r3695 r3723 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: autoloads.lisp,v 1.2 1 2003-09-11 01:44:45piso Exp $4 ;;; $Id: autoloads.lisp,v 1.22 2003-09-12 14:17:13 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 77 77 "numbers.lisp") 78 78 (autoload 'boole) 79 (autoload '(byte byte-size byte-position ldb ldb-test ) "ldb.lisp")79 (autoload '(byte byte-size byte-position ldb ldb-test dpb) "ldb.lisp") 80 80 (autoload 'lcm)
Note: See TracChangeset
for help on using the changeset viewer.