make-symbol
make-symbol is a built-in function in `C source code
'.
(make-symbol NAME)
Return a newly allocated uninterned symbol whose name is NAME.
Its value is void, and its function definition and property list are nil.
C source code
'.
(make-symbol NAME)
Return a newly allocated uninterned symbol whose name is NAME.
Its value is void, and its function definition and property list are nil.