/usr/lib/gcl-2.6.7/gcl-tk/tk-package.lsp is in gcl 2.6.7-98.
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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | (in-package "TK" :use'("LISP" "SLOOP"))
(in-package "SI")
(import '(
string begin end header name
info-subfile
file tags
end-waiting
si::match-beginning si::idescribe
si::setup-info
si::autoload
si::idescribe
si::*default-info-files*
si::*info-paths*
si::*info-window*
si::info
si::get-match
si::print-node
si::offer-choices
si::match-end si::string-match
si::*case-fold-search*
si::*current-info-data*
si::info-data
si::node
si::info-aux
si::info-error
si::*tk-library*
si::*tk-connection*
si::show-info
si::tkconnect
si::*match-data*)
"TK")
|