vl-load-all
(vl-load-all fileName)
This function loads fileName Lisp files into all
open documents, and any document opened afterwards.
Arguments |
fileName (string) Lisp file to be loaded in all open and subsequently opened documents |
Return |
always returns T |
Example |
|
Remarks |
for file paths, file extensions, and search order, see (load) function |
© Bricsys NV. All rights reserved. |