vl-propagate


(vl-propagate 'symbol)

This function sets 'symbol with its Lisp value into all open documents, and any document opened afterwards.

Arguments

'symbol  (symbol) name of a Lisp symbol to be set with its value into all open (and later opened) documents

Return

returns the value of symbol

Example

(setq circRadius 1.2)  1.2
(vl-propagate 'circRadius)  1.2

Remarks




©  Bricsys NV. All rights reserved.