changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/std/pkg.lisp

revision 589: 16a3cdc06cbc
parent 586: 7ce855f76e1d
child 594: 5bd0eb9fa1fa
     1.1--- a/lisp/std/pkg.lisp	Mon Aug 12 18:32:35 2024 -0400
     1.2+++ b/lisp/std/pkg.lisp	Mon Aug 12 21:16:14 2024 -0400
     1.3@@ -385,9 +385,11 @@
     1.4 
     1.5 (defpkg :std/os
     1.6   (:use :cl)
     1.7+  (:import-from :std/macs :with-gensyms)
     1.8   (:export
     1.9    :list-all-users
    1.10-   :list-all-groups))
    1.11+   :list-all-groups
    1.12+   :with-umask))
    1.13 
    1.14 (defpkg :std/file
    1.15   (:use :cl)