about summary refs log tree commit diff
path: root/third_party/lisp/asdf-flv/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-17T17·50+0000
committerVincent Ambo <tazjin@google.com>2020-01-17T17·50+0000
commitad1de2a04faf7963017ca99625cfc3fd2c8a8f1e (patch)
tree8ce06c62dba7fb8daccfa4d0bd66e66aa4612f69 /third_party/lisp/asdf-flv/README.md
parent815a22474497a518704b25364b39f10ea804f347 (diff)
parent45fea96d8de14ffe08eef5fd8f3b6f4ecbd08eac (diff)
Merge commit '45fea96d8de14ffe08eef5fd8f3b6f4ecbd08eac' as 'third_party/lisp/asdf-flv' r/390
Diffstat (limited to 'third_party/lisp/asdf-flv/README.md')
-rw-r--r--third_party/lisp/asdf-flv/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/lisp/asdf-flv/README.md b/third_party/lisp/asdf-flv/README.md
new file mode 100644
index 0000000000..7ccdd18881
--- /dev/null
+++ b/third_party/lisp/asdf-flv/README.md
@@ -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)`.