my-emacs-d/elpa/helm-ag-20160622.2235/helm-ag-autoloads.el

76 lines
1.2 KiB
EmacsLisp
Raw Normal View History

2016-04-22 07:59:30 +00:00
;;; helm-ag-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "helm-ag" "helm-ag.el" (22387 29365 905711
;;;;;; 0))
2016-04-22 07:59:30 +00:00
;;; Generated autoloads from helm-ag.el
(autoload 'helm-ag-pop-stack "helm-ag" "\
\(fn)" t nil)
(autoload 'helm-ag-clear-stack "helm-ag" "\
\(fn)" t nil)
(autoload 'helm-ag-mode "helm-ag" "\
Major mode to provide actions in helm grep saved buffer.
Special commands:
\\{helm-ag-mode-map}
\(fn)" t nil)
(autoload 'helm-ag-this-file "helm-ag" "\
\(fn)" t nil)
(autoload 'helm-ag "helm-ag" "\
\(fn &optional BASEDIR)" t nil)
(autoload 'helm-do-ag-this-file "helm-ag" "\
\(fn)" t nil)
(autoload 'helm-do-ag "helm-ag" "\
\(fn &optional BASEDIR TARGETS)" t nil)
(autoload 'helm-ag-project-root "helm-ag" "\
\(fn)" t nil)
(autoload 'helm-do-ag-project-root "helm-ag" "\
\(fn)" t nil)
(autoload 'helm-ag-buffers "helm-ag" "\
\(fn)" t nil)
(autoload 'helm-do-ag-buffers "helm-ag" "\
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; helm-ag-autoloads.el ends here