my-emacs-d/elpa/company-shell-20161002.505/company-shell-autoloads.el

33 lines
916 B
EmacsLisp
Raw Normal View History

2016-04-22 07:59:30 +00:00
;;; company-shell-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
2016-10-03 11:57:29 +00:00
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
2016-04-22 07:59:30 +00:00
2016-10-03 11:57:29 +00:00
;;;### (autoloads nil "company-shell" "company-shell.el" (22514 17686
;;;;;; 400754 769000))
2016-04-22 07:59:30 +00:00
;;; Generated autoloads from company-shell.el
(autoload 'company-shell-rebuild-cache "company-shell" "\
Builds the cache of all completions found on the $PATH and all fish functions.
\(fn)" t nil)
(autoload 'company-fish-shell "company-shell" "\
Company backend for fish shell functions.
\(fn COMMAND &optional ARG &rest IGNORED)" t nil)
(autoload 'company-shell "company-shell" "\
Company mode backend for binaries found on the $PATH.
\(fn COMMAND &optional ARG &rest IGNORED)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; company-shell-autoloads.el ends here