X-Git-Url: http://git.hcoop.net/clinton/parenscript.git/blobdiff_plain/a14fb2cb9bce1d6956cc9be3a7e7b67451b7032f..1e8ddaee0ed20bffcb7ecb65203ee3d8725d2c1b:/src/package.lisp diff --git a/src/package.lisp b/src/package.lisp index 4920538..4e04212 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -113,7 +113,6 @@ ;; function definition #:defun #:lambda - #:flet #:labels ;; lambda lists @@ -181,7 +180,6 @@ #:concatenate #:concat-string #:length - #:null #:defined #:undefined #:@ @@ -220,6 +218,7 @@ #:*js-target-version* #:compile-script #:ps + #:ps-to-stream #:ps-doc #:ps-doc* #:ps* @@ -331,6 +330,7 @@ #:this #:typeof #:void + #:null ;; statements @@ -361,7 +361,6 @@ #:object #:variable #:slot-value - #:funcall #:escape )) )