mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-17 5cb5f70b1872a757e93ea333b0e2dca50c6c8957
commit | author | age
5cb5f7 1 ;;; ibuffer-vc-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "ibuffer-vc" "ibuffer-vc.el" (0 0 0 0))
10 ;;; Generated autoloads from ibuffer-vc.el
11
12 (autoload 'ibuffer-vc-generate-filter-groups-by-vc-root "ibuffer-vc" "\
13 Create a set of ibuffer filter groups based on the vc root dirs of buffers.
14
15 \(fn)" nil nil)
16
17 (autoload 'ibuffer-vc-set-filter-groups-by-vc-root "ibuffer-vc" "\
18 Set the current filter groups to filter by vc root dir.
19
20 \(fn)" t nil)
21  (autoload 'ibuffer-make-column-vc-status "ibuffer-vc")
22  (autoload 'ibuffer-make-column-vc-status-mini "ibuffer-vc")
23  (autoload 'ibuffer-do-sort-by-vc-status "ibuffer-vc")
24
25 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ibuffer-vc" '("vc-" "ibuffer-vc-")))
26
27 ;;;***
28
29 ;; Local Variables:
30 ;; version-control: never
31 ;; no-byte-compile: t
32 ;; no-update-autoloads: t
33 ;; coding: utf-8
34 ;; End:
35 ;;; ibuffer-vc-autoloads.el ends here