branch: elpa/powershell
commit 3130924385bb90309d9d090b77a87f143f3b1d63
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>
Add autoload cookie to powershell-mode.
---
powershell-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/powershell-mode.el b/powershell-mode.el
index 7594e1664fd..a3332d24787 100644
--- a/powershell-mode.el
+++ b/powershell-mode.el
@@ -704,6 +704,7 @@ Where <fcn-name> is the name of the function to which
<helper string> applies.
(defvar powershell-mode-hook '(imenu-add-menubar-index)
"Hook run after the initialization of Powershell mode.")
+;;;###autoload
(define-derived-mode powershell-mode prog-mode "PS"
"Major mode for editing PowerShell scripts."
(powershell-setup-font-lock)