What does the #: signify in the following code?
#:
(defpackage #:new-module (:use #:cl :stumpwm))
Found it. uninterned symbol https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node191.html#SECTION002614000000000000000
uninterned symbol