Merge commit '45fea96d8d' as 'third_party/lisp/asdf-flv'

This commit is contained in:
Vincent Ambo 2020-01-17 17:50:14 +00:00
commit ad1de2a04f
7 changed files with 224 additions and 0 deletions

7
third_party/lisp/asdf-flv/README.md vendored Normal file
View file

@ -0,0 +1,7 @@
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)`.