aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 256624da046..dfcb3eeab5e 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4601,7 +4601,8 @@ to load. See also `load-dangerous-libraries'. */);
4601Non-nil means that the code in the current buffer should be evaluated 4601Non-nil means that the code in the current buffer should be evaluated
4602with lexical binding. 4602with lexical binding.
4603This variable is automatically set from the file variables of an 4603This variable is automatically set from the file variables of an
4604interpreted Lisp file read using `load'. */); 4604interpreted Lisp file read using `load'. Unlike other file local
4605variables, this must be set in the first line of a file. */);
4605 Fmake_variable_buffer_local (Qlexical_binding); 4606 Fmake_variable_buffer_local (Qlexical_binding);
4606 4607
4607 DEFVAR_LISP ("eval-buffer-list", Veval_buffer_list, 4608 DEFVAR_LISP ("eval-buffer-list", Veval_buffer_list,