branch: elpa/powershell
commit 3a976ab47e9ba63674b863c71cb0a982fee12427
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>

    Add autoload cookie to powershell.
---
 powershell.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/powershell.el b/powershell.el
index de6849fcb0d..243deff2e11 100644
--- a/powershell.el
+++ b/powershell.el
@@ -1027,6 +1027,7 @@ The function gets defined in powershell upon powershell 
startup."
        (concat powershell--set-window-width-fn-name
                "('" ps-width "')")))))
 
+;;;###autoload
 (defun powershell (&optional buffer prompt-string)
   "Run an inferior PowerShell.
 If BUFFER is non-nil, use it to hold the powershell

Reply via email to