branch: elpa/powershell
commit 3484240d8289c6aaaa1c94ad1ee3d15b5b4c970e
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>
remove unused var: explicit-powershell.exe-args
---
powershell.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/powershell.el b/powershell.el
index d2ea2018524..0cd0e3e3c1f 100644
--- a/powershell.el
+++ b/powershell.el
@@ -996,7 +996,6 @@ See the help for `shell' for more details. \(Type
;; Does this need to be tunable?
(setq explicit-shell-file-name powershell-location-of-exe)
- (setq explicit-powershell.exe-args '("-Command" "-" ))
(shell buffer)
(setq explicit-shell-file-name tmp-shellfile))