You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
;;; powershell-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "powershell" "powershell.el" (0 0 0 0));;; Generated autoloads from powershell.el
(add-to-list 'auto-mode-alist (cons (purecopy "\\.ps1\\'") 'powershell-mode))
(autoload 'powershell-mode "powershell" "\
Major mode for editing PowerShell scripts.
\\{powershell-mode-map}Entry to this mode calls the value of `powershell-mode-hook' ifthat value is non-nil.
\(fn)" t nil)
(autoload 'powershell "powershell" "\
Run an inferior PowerShell.If BUFFER is non-nil, use it to hold the powershellprocess. Defaults to *PowerShell*.
Interactively, a prefix arg means to prompt for BUFFER.
If BUFFER exists but the shell process is not running, it makes anew shell.
If BUFFER exists and the shell process is running, just switch toBUFFER.
If PROMPT-STRING is non-nil, sets the prompt to the given value.
See the help for `shell' for more details. (Type\\[describe-mode] in the shell buffer for a list of commands.)
\(fn &optional BUFFER PROMPT-STRING)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "powershell" '("explicit-powershell.exe-args" "powershell-")))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; powershell-autoloads.el ends here
|