vl-bb-set
 
 
 

Sets a variable in the blackboard namespace

(vl-bb-set 'symbol value) 

Arguments

'symbol

A symbol naming the variable to be set.

value

Any value, except a function.

Return Values

The value you assigned to symbol.

Examples

Command: (vl-bb-set 'foobar "Root toot toot")

"Root toot toot"

Command: (vl-bb-ref 'foobar)

"Root toot toot"

See Also