tablist-autoloads.el (1479B)
1 ;;; tablist-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from tablist.el 13 14 (autoload 'tablist-minor-mode "tablist" "\ 15 Toggle tablist minor mode. 16 17 This is a minor mode. If called interactively, toggle the 18 `Tablist minor mode' mode. If the prefix argument is positive, 19 enable the mode, and if it is zero or negative, disable the mode. 20 21 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 22 the mode if ARG is nil, omitted, or is a positive number. 23 Disable the mode if ARG is a negative number. 24 25 To check whether the minor mode is enabled in the current buffer, 26 evaluate `tablist-minor-mode'. 27 28 The mode's hook is called both when the mode is enabled and when 29 it is disabled. 30 31 (fn &optional ARG)" t) 32 (autoload 'tablist-mode "tablist" "\ 33 34 35 (fn)" t) 36 (register-definition-prefixes "tablist" '("tablist-")) 37 38 39 ;;; Generated autoloads from tablist-filter.el 40 41 (register-definition-prefixes "tablist-filter" '("tablist-filter-")) 42 43 ;;; End of scraped data 44 45 (provide 'tablist-autoloads) 46 47 ;; Local Variables: 48 ;; version-control: never 49 ;; no-byte-compile: t 50 ;; no-update-autoloads: t 51 ;; no-native-compile: t 52 ;; coding: utf-8-emacs-unix 53 ;; End: 54 55 ;;; tablist-autoloads.el ends here