emacs/org/elpa/tablist-20231019.1126/tablist-autoloads.el

56 lines
1.4 KiB
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
;;; tablist-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
2022-08-25 15:49:25 +00:00
;;; Code:
2024-03-20 13:57:39 +00:00
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
2022-08-25 15:49:25 +00:00
;;; Generated autoloads from tablist.el
(autoload 'tablist-minor-mode "tablist" "\
2024-03-20 13:57:39 +00:00
Toggle tablist minor mode.
2022-08-25 15:49:25 +00:00
This is a minor mode. If called interactively, toggle the
`Tablist minor mode' mode. If the prefix argument is positive,
enable the mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `tablist-minor-mode'.
The mode's hook is called both when the mode is enabled and when
it is disabled.
2024-03-20 13:57:39 +00:00
(fn &optional ARG)" t)
2022-08-25 15:49:25 +00:00
(autoload 'tablist-mode "tablist" "\
2024-03-20 13:57:39 +00:00
(fn)" t)
2022-08-25 15:49:25 +00:00
(register-definition-prefixes "tablist" '("tablist-"))
;;; Generated autoloads from tablist-filter.el
(register-definition-prefixes "tablist-filter" '("tablist-filter-"))
2024-03-20 13:57:39 +00:00
;;; End of scraped data
(provide 'tablist-autoloads)
2022-08-25 15:49:25 +00:00
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
2024-03-20 13:57:39 +00:00
;; no-native-compile: t
;; coding: utf-8-emacs-unix
2022-08-25 15:49:25 +00:00
;; End:
2024-03-20 13:57:39 +00:00
2022-08-25 15:49:25 +00:00
;;; tablist-autoloads.el ends here