54 lines
1.4 KiB
EmacsLisp
54 lines
1.4 KiB
EmacsLisp
|
;;; powershell-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
|||
|
;;
|
|||
|
;;; 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 '("\\.ps[dm]?1\\'" . 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' if
|
|||
|
that value is non-nil.
|
|||
|
|
|||
|
\(fn)" t nil)
|
|||
|
|
|||
|
(autoload 'powershell "powershell" "\
|
|||
|
Run an inferior PowerShell.
|
|||
|
If BUFFER is non-nil, use it to hold the powershell
|
|||
|
process. Defaults to *PowerShell*.
|
|||
|
|
|||
|
Interactively, a prefix arg means to prompt for BUFFER.
|
|||
|
|
|||
|
If BUFFER exists but the shell process is not running, it makes a
|
|||
|
new shell.
|
|||
|
|
|||
|
If BUFFER exists and the shell process is running, just switch to
|
|||
|
BUFFER.
|
|||
|
|
|||
|
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)
|
|||
|
|
|||
|
(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
|