Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
1.1 KiB

;;; ibuffer-vc-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "ibuffer-vc" "ibuffer-vc.el" (0 0 0 0))
;;; Generated autoloads from ibuffer-vc.el
(autoload 'ibuffer-vc-generate-filter-groups-by-vc-root "ibuffer-vc" "\
Create a set of ibuffer filter groups based on the vc root dirs of buffers." nil nil)
(autoload 'ibuffer-vc-set-filter-groups-by-vc-root "ibuffer-vc" "\
Set the current filter groups to filter by vc root dir." t nil)
(autoload 'ibuffer-make-column-vc-status "ibuffer-vc")
(autoload 'ibuffer-make-column-vc-relative-file "ibuffer-vc")
(autoload 'ibuffer-make-column-vc-status-mini "ibuffer-vc")
(autoload 'ibuffer-do-sort-by-vc-status "ibuffer-vc")
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ibuffer-vc" '("ibuffer-vc-" "vc-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; ibuffer-vc-autoloads.el ends here