/usr/share/common-lisp/source/lw-compat/lw-compat-package.lisp is in cl-lw-compat 0.23-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 | (in-package :cl-user)
#-lispworks
(defpackage #:lispworks
(:use #:common-lisp)
(:export #:appendf #:nconcf #:rebinding #:removef
#:when-let #:when-let* #:with-unique-names))
|