|
From: Raymond T. <to...@rt...> - 2002-09-12 18:21:01
|
>>>>> "rif" == rif <ri...@MI...> writes:
rif> I'm uninterning the symbol manually because I do it in my init file
rif> noninteractively.
rif> (in-package :matlisp) does "just work", but that means I lose all the
rif> functions in the common-lisp-user package, yes?
Yes. But unless you define functions there yourself, there aren't any
functions there anyway. (They're all imported from other packages.)
Ray
|