/usr/share/common-lisp/source/mcclim/patch.lisp is in cl-mcclim 0.9.6.dfsg.cvs20100315-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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)
|