diff options
author | colin <colin@cicadas.surf> | 2024-11-07 06:16:27 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-11-07 06:16:27 -0800 |
commit | aae175e6b9febf3fb80ca3e683af2e6227307079 (patch) | |
tree | f3bdb8f73b6b591790a7503f4092b5a05f7b097b /src/package.lisp | |
parent | 8ca553e91da3947a55d8b58b0a16a43e1ad6ce24 (diff) |
doctype
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package.lisp b/src/package.lisp index 4c0c94f..648788a 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -43,6 +43,7 @@ #:<dialog> #:<div> #:<dl> + #:<!doctype> #:<dt> #:<em> #:<embed> @@ -170,8 +171,7 @@ ;; parenscript macros (:export - #:js.elem - #:js.replace) + #:js-elem) ;; transforms and structure editing (:export |