[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Attribute List



Dear SLUG,

Suppose I want the File Attribute List to package enviroment 
reflected in the statement below:

(in-package '*lisp
	       :shadowing-import '(*lisp::boolean
*lisp::delete-initialization *lisp::add-initialization) 
	       :use '(graphics scl))

How do you do it?

Scott Fisher