branch: elpa/powershell
commit ec00ce31133234f4a8ae1f7b1656ce0ca2e01fe6
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>
simplify imports
---
powershell.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/powershell.el b/powershell.el
index c868bd9c07f..d2ea2018524 100644
--- a/powershell.el
+++ b/powershell.el
@@ -75,9 +75,8 @@
;;; Code:
(eval-when-compile (require 'thingatpt))
-(eval-when-compile (require 'speedbar))
(require 'shell)
-(require 'compile nil t)
+(require 'compile)
;;;###autoload
(add-to-list 'auto-mode-alist (cons (purecopy "\\.ps1\\'") 'powershell-mode))