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.

28 lines
959 B

  1. ;;; ibuffer-tramp-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-tramp" "ibuffer-tramp.el" (0 0 0 0))
  7. ;;; Generated autoloads from ibuffer-tramp.el
  8. (autoload 'ibuffer-tramp-generate-filter-groups-by-tramp-connection "ibuffer-tramp" "\
  9. Create a set of ibuffer filter groups based on the TRAMP connection of buffers" nil nil)
  10. (autoload 'ibuffer-tramp-set-filter-groups-by-tramp-connection "ibuffer-tramp" "\
  11. Set the current filter groups to filter by TRAMP connection." t nil)
  12. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ibuffer-tramp" '("ibuffer-tramp-connection" "tramp-connection")))
  13. ;;;***
  14. ;; Local Variables:
  15. ;; version-control: never
  16. ;; no-byte-compile: t
  17. ;; no-update-autoloads: t
  18. ;; coding: utf-8
  19. ;; End:
  20. ;;; ibuffer-tramp-autoloads.el ends here