Commit 8886f66
committed
Fix "unused arg" warning in
I'm not sure if the mode is even useful in Purescript because I'm not
exactly clear what it does (keep in mind this code was part of
haskell-mode before fork happened), but let's for now at least make
sure it doesn't produce warning and is included in compilation.
Fixes warning:
purescript-presentation-mode.el:38:33: Error: Unused lexical argument ‘session’purescript-presentation-mode
1 parent 817083f commit 8886f66
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments