* Was missing the surrounding LIST -- NIL alone is a designator for
the empty list.
Patch by Michael Weber.
(if (eq package-symbol chosen-symbol)
nil ; re-importing the same symbol
(shadowing-import (list chosen-symbol) package))
- (shadowing-import chosen-symbol package)))))))))
+ (shadowing-import (list chosen-symbol) package)))))))))
;;; If we are uninterning a shadowing symbol, then a name conflict can
;;; result, otherwise just nuke the symbol.
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.19.30"
+"1.0.19.31"