branch: elpa/powershell
commit 3f2acf90fada9363d609743e980295d634c787f8
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>
Use lexical binding.
---
powershell.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/powershell.el b/powershell.el
index 841f459ce06..bcdce4da093 100644
--- a/powershell.el
+++ b/powershell.el
@@ -727,6 +727,9 @@ This insures we get and display the prompt."
;; (insert " "))
;; success)))
+;; Local Variables:
+;; lexical-binding: t
+;; End:
(provide 'powershell)