powershell-autoloads.el (1566B)
1 ;;; powershell-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path))) 9 10 11 12 ;;; Generated autoloads from powershell.el 13 14 (add-to-list 'auto-mode-alist '("\\.ps[dm]?1\\'" . powershell-mode)) 15 (autoload 'powershell-mode "powershell" "\ 16 Major mode for editing PowerShell scripts. 17 18 \\{powershell-mode-map} 19 Entry to this mode calls the value of `powershell-mode-hook' if 20 that value is non-nil. 21 22 (fn)" t) 23 (autoload 'powershell "powershell" "\ 24 Run an inferior PowerShell. 25 If BUFFER is non-nil, use it to hold the powershell 26 process. Defaults to *PowerShell*. 27 28 Interactively, a prefix arg means to prompt for BUFFER. 29 30 If BUFFER exists but the shell process is not running, it makes a 31 new shell. 32 33 If BUFFER exists and the shell process is running, just switch to 34 BUFFER. 35 36 If PROMPT-STRING is non-nil, sets the prompt to the given value. 37 38 See the help for `shell' for more details. (Type 39 \\[describe-mode] in the shell buffer for a list of commands.) 40 41 (fn &optional BUFFER PROMPT-STRING)" t) 42 (register-definition-prefixes "powershell" '("explicit-powershell.exe-args" "powershell-")) 43 44 ;;; End of scraped data 45 46 (provide 'powershell-autoloads) 47 48 ;; Local Variables: 49 ;; version-control: never 50 ;; no-byte-compile: t 51 ;; no-update-autoloads: t 52 ;; no-native-compile: t 53 ;; coding: utf-8-emacs-unix 54 ;; End: 55 56 ;;; powershell-autoloads.el ends here