changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/std/macs/pan.lisp

revision 437: 83f8623a6ec3
parent 292: 00d1c8afcdbb
child 594: 5bd0eb9fa1fa
     1.1--- a/lisp/std/macs/pan.lisp	Tue Jun 11 17:36:22 2024 -0400
     1.2+++ b/lisp/std/macs/pan.lisp	Tue Jun 11 22:33:37 2024 -0400
     1.3@@ -1,7 +1,7 @@
     1.4 ;;; pan.lisp --- Pandoric macros
     1.5 
     1.6 ;;; Code:
     1.7-(in-package :std)
     1.8+(in-package :std/macs)
     1.9 (in-readtable :std)
    1.10 
    1.11 (defun pandoriclet-get (letargs)
    1.12@@ -24,7 +24,7 @@
    1.13 (defmacro pandoriclet (letargs &rest body)
    1.14   (let ((letargs (cons
    1.15                   '(this)
    1.16-                  (let-binding-transform
    1.17+                  (std/list:let-binding-transform
    1.18                    letargs))))
    1.19     `(let (,@letargs)
    1.20        (setq this ,@(last body))