No description
Find a file
Vincent Ambo 45fea96d8d Squashed 'third_party/lisp/asdf-flv/' content from commit fc5b739
git-subtree-dir: third_party/lisp/asdf-flv
git-subtree-split: fc5b7399767ca35bfb420bbeb9e08494e441dc69
2020-01-17 17:50:14 +00:00
.gitattributes Squashed 'third_party/lisp/asdf-flv/' content from commit fc5b739 2020-01-17 17:50:14 +00:00
.gitignore Squashed 'third_party/lisp/asdf-flv/' content from commit fc5b739 2020-01-17 17:50:14 +00:00
asdf-flv.lisp Squashed 'third_party/lisp/asdf-flv/' content from commit fc5b739 2020-01-17 17:50:14 +00:00
Makefile Squashed 'third_party/lisp/asdf-flv/' content from commit fc5b739 2020-01-17 17:50:14 +00:00
net.didierverna.asdf-flv.asd Squashed 'third_party/lisp/asdf-flv/' content from commit fc5b739 2020-01-17 17:50:14 +00:00
package.lisp Squashed 'third_party/lisp/asdf-flv/' content from commit fc5b739 2020-01-17 17:50:14 +00:00
README.md Squashed 'third_party/lisp/asdf-flv/' content from commit fc5b739 2020-01-17 17:50:14 +00:00

ASDF-FLV provides support for file-local variables through ASDF. A file-local variable behaves like *PACKAGE* and *READTABLE* with respect to LOAD and COMPILE-FILE: a new dynamic binding is created before processing the file, so that any modification to the variable essentially becomes file-local.

In order to make one or several variables file-local, use the macros SET-FILE-LOCAL-VARIABLE(S).