cl-gensym
cl-gensym is an autoloaded compiled Lisp function in `cl-macs.el
'.
(cl-gensym &optional PREFIX)
Generate a new uninterned symbol.
The name is made by appending a number to PREFIX, default "G".
cl-macs.el
'.
(cl-gensym &optional PREFIX)
Generate a new uninterned symbol.
The name is made by appending a number to PREFIX, default "G".