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.

51 lines
1.3 KiB

  1. ;;; tablist-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 "tablist" "tablist.el" (0 0 0 0))
  7. ;;; Generated autoloads from tablist.el
  8. (autoload 'tablist-minor-mode "tablist" "\
  9. Toggle Tablist minor mode on or off.
  10. If called interactively, enable Tablist minor mode if ARG is
  11. positive, and disable it if ARG is zero or negative. If called
  12. from Lisp, also enable the mode if ARG is omitted or nil, and
  13. toggle it if ARG is `toggle'; disable the mode otherwise.
  14. \\{tablist-minor-mode-map}
  15. \(fn &optional ARG)" t nil)
  16. (autoload 'tablist-mode "tablist" "\
  17. \(fn)" t nil)
  18. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tablist" '("tablist-")))
  19. ;;;***
  20. ;;;### (autoloads nil "tablist-filter" "tablist-filter.el" (0 0 0
  21. ;;;;;; 0))
  22. ;;; Generated autoloads from tablist-filter.el
  23. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tablist-filter" '("tablist-filter-")))
  24. ;;;***
  25. ;;;### (autoloads nil nil ("tablist-pkg.el") (0 0 0 0))
  26. ;;;***
  27. ;; Local Variables:
  28. ;; version-control: never
  29. ;; no-byte-compile: t
  30. ;; no-update-autoloads: t
  31. ;; coding: utf-8
  32. ;; End:
  33. ;;; tablist-autoloads.el ends here