From 098f53bae55186b7b0b1cdc82f1ec0abbe6c97e7 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 1 Feb 2013 18:40:23 +0200 Subject: [PATCH] oops, it's :package-local-nicknams, not :local-nicknames Also mention it in the manual. ...just couldn't get it right the first time. --- base-target-features.lisp-expr | 2 +- doc/manual/beyond-ansi.texinfo | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index f48cda1..74bf083 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -275,7 +275,7 @@ ;; We support package local nicknames. No :sb-prefix here as we vainly ;; believe our API is worth copying to other implementations as well. ;; This doesn't affect the build at all, merely declares how things are. - :local-nicknames + :package-local-nicknames ;; This affects the definition of a lot of things in bignum.lisp. It ;; doesn't seem to be documented anywhere what systems it might apply diff --git a/doc/manual/beyond-ansi.texinfo b/doc/manual/beyond-ansi.texinfo index b365498..0cb3688 100644 --- a/doc/manual/beyond-ansi.texinfo +++ b/doc/manual/beyond-ansi.texinfo @@ -58,6 +58,9 @@ has been specified. Different packages can use same local nickname for different global names, or different local nickname for same global name. +Symbol @code{:package-local-nicknames} in @code{*features*} denotes the +support for this feature. + @findex @cl{defpackage} @defmac @cl{defpackage} name [[option]]* @result{} package -- 1.7.10.4