diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 3 |
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'. */); | |||
| 4601 | Non-nil means that the code in the current buffer should be evaluated | 4601 | Non-nil means that the code in the current buffer should be evaluated |
| 4602 | with lexical binding. | 4602 | with lexical binding. |
| 4603 | This variable is automatically set from the file variables of an | 4603 | This variable is automatically set from the file variables of an |
| 4604 | interpreted Lisp file read using `load'. */); | 4604 | interpreted Lisp file read using `load'. Unlike other file local |
| 4605 | variables, 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, |