dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

tablist-autoloads.el (1313B)


      1 ;;; tablist-autoloads.el --- automatically extracted autoloads
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "tablist" "tablist.el" (0 0 0 0))
     10 ;;; Generated autoloads from tablist.el
     11 
     12 (autoload 'tablist-minor-mode "tablist" "\
     13 Toggle Tablist minor mode on or off.
     14 
     15 If called interactively, enable Tablist minor mode if ARG is
     16 positive, and disable it if ARG is zero or negative.  If called
     17 from Lisp, also enable the mode if ARG is omitted or nil, and
     18 toggle it if ARG is `toggle'; disable the mode otherwise.
     19 
     20 \\{tablist-minor-mode-map}
     21 
     22 \(fn &optional ARG)" t nil)
     23 
     24 (autoload 'tablist-mode "tablist" "\
     25 
     26 
     27 \(fn)" t nil)
     28 
     29 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tablist" '("tablist-")))
     30 
     31 ;;;***
     32 
     33 ;;;### (autoloads nil "tablist-filter" "tablist-filter.el" (0 0 0
     34 ;;;;;;  0))
     35 ;;; Generated autoloads from tablist-filter.el
     36 
     37 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tablist-filter" '("tablist-filter-")))
     38 
     39 ;;;***
     40 
     41 ;;;### (autoloads nil nil ("tablist-pkg.el") (0 0 0 0))
     42 
     43 ;;;***
     44 
     45 ;; Local Variables:
     46 ;; version-control: never
     47 ;; no-byte-compile: t
     48 ;; no-update-autoloads: t
     49 ;; coding: utf-8
     50 ;; End:
     51 ;;; tablist-autoloads.el ends here