summaryrefslogtreecommitdiff
path: root/patch.lisp
blob: 9e8c5c642e8f8d718cd874594296912b77ba6551 (plain)
1
2
3
4
5
6
7
8
9
10
(in-package :cl-user)

(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package :clim-lisp-patch)
    (make-package :clim-lisp-patch :use nil)))

(export '(clim-lisp-patch::describe 
          clim-lisp-patch::describe-object 
          clim-lisp-patch::interactive-stream-p) 
        :clim-lisp-patch)