Add type checking

This commit is contained in:
David Botton 2022-04-25 22:25:48 -04:00
parent 6000290619
commit 3d8d7f7136
3 changed files with 28 additions and 20 deletions

View file

@ -1155,6 +1155,7 @@ element."
(dolist (item (second drop-down))
(when (third item)
(set-on-new-window (third item) :path (second item))))))
;;;;;;;;;;;;;;;;
;; base-url-p ;;
;;;;;;;;;;;;;;;;