mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
cosmetic: keep convention from other places
This commit is contained in:
parent
f9006d4371
commit
7260bfddd9
1 changed files with 2 additions and 1 deletions
|
|
@ -939,7 +939,8 @@ cl_package_used_by_list(cl_object p)
|
|||
cl_object
|
||||
cl_package_shadowing_symbols(cl_object p)
|
||||
{
|
||||
return cl_copy_list(si_coerce_to_package(p)->pack.shadowings);
|
||||
p = si_coerce_to_package(p);
|
||||
return cl_copy_list(p->pack.shadowings);
|
||||
}
|
||||
|
||||
cl_object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue