Commit c3d297c
committed
purescript-indentation.el: improve visibility into local variables
Turning on lexical-binding fixes a bunch of warnings like:
purescript-indentation.el:399:47: Warning: ‘pi’ is an obsolete variable (as of 23.3); use ‘float-pi’ instead.
these warnings are caused by Emacs not being able to determine that
`pi` is actually a local variable. By making use of lexical binding we
make Emacs to be able to see through that.1 parent eacc61a commit c3d297c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments