[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Adding new names for exiting packages
- To: BUG-LISPM at MIT-AI
- Subject: Adding new names for exiting packages
- From: Kent M. Pitman <kmp at MIT-AI>
- Date: Mon ,25 Jan 82 23:02:00 EDT
It would be useful to have a function which would add an additional
refname to a package after the package has been created. I have written
such a function myself, but since it has to call accessors which are
really internal to the system, it is more rightly maintained by the
system implementors. The function as I wrote it is PKG-ADD-REFNAME and
lives in AI: KMP; PKGADD > if you want to pick it up and look at it.
-kmp