defonce
macro
(defonce name value &optional doc-string)
Defines the global variable name in the current package with value value if currently undefined. Does nothing if the variable already exists.
name
value