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

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