r5461: *** empty log message ***
[kmrcl.git] / package.lisp
index 16b5ed029a27ab65db28e4184530573d9e352377..f5cbc6e4f6e178c0990d92cb694545d8bd386f4f 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.53 2003/07/21 00:52:56 kevin Exp $
+;;;; $Id: package.lisp,v 1.56 2003/08/06 10:03:21 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -25,6 +25,7 @@
    #:ensure-integer
    #:mklist
    #:filter
+   #:map-and-remove-nils
    #:appendnew
    #:memo-proc
    #:memoize
    #:it
    #:mac
    #:mv-bind
+   #:deflex
    
    ;; files.lisp
    #:print-file-contents
    
    ;; fformat.lisp
    #:fformat
+
+   ;; os.lisp
+   #:run-shell-command
    
    ))