NextPrevUpTopContentsIndex

:packages-to-keep-symbol-names

Keyword

Default value:

(if (or
     (delivery-value :keep-debug-mode)
     (< *delivery-level* 5))
    :all
  nil)

A list of packages that should keep their symbol names. The names of symbols in these packages are not modified, irrespective of the value of :symbol-names-action.

The value can also be :all , meaning all packages.


LispWorks Delivery User Guide - 14 Mar 2008

NextPrevUpTopContentsIndex