Mercurial > hg > dotemacs
diff elpa/imenu-list-0.8/imenu-list-autoloads.el @ 178:a88105de5f74
fountain: new mode (with olivetti and imenu pseudo-dependencies)
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 02 Jul 2018 21:48:57 -0400 |
parents | |
children |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/elpa/imenu-list-0.8/imenu-list-autoloads.el @@ -0,0 +1,57 @@ +;;; imenu-list-autoloads.el --- automatically extracted autoloads +;; +;;; Code: +(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) + +;;;### (autoloads nil "imenu-list" "imenu-list.el" (23212 29366 399107 +;;;;;; 872000)) +;;; Generated autoloads from imenu-list.el + +(autoload 'imenu-list-noselect "imenu-list" "\ +Update and show the imenu-list buffer, but don't select it. +If the imenu-list buffer doesn't exist, create it. + +\(fn)" t nil) + +(autoload 'imenu-list "imenu-list" "\ +Update and show the imenu-list buffer. +If the imenu-list buffer doesn't exist, create it. + +\(fn)" t nil) + +(defvar imenu-list-minor-mode nil "\ +Non-nil if Imenu-List minor mode is enabled. +See the `imenu-list-minor-mode' command +for a description of this minor mode. +Setting this variable directly does not take effect; +either customize it (see the info node `Easy Customization') +or call the function `imenu-list-minor-mode'.") + +(custom-autoload 'imenu-list-minor-mode "imenu-list" nil) + +(autoload 'imenu-list-minor-mode "imenu-list" "\ +Toggle Imenu-List minor mode on or off. +With a prefix argument ARG, enable Imenu-List minor mode if ARG is +positive, and disable it otherwise. If called from Lisp, enable +the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. +\\{imenu-list-minor-mode-map} + +\(fn &optional ARG)" t nil) + +(autoload 'imenu-list-smart-toggle "imenu-list" "\ +Enable or disable `imenu-list-minor-mode' according to buffer's visibility. +If the imenu-list buffer is displayed in any window, disable +`imenu-list-minor-mode', otherwise enable it. +Note that all the windows in every frame searched, even invisible ones, not +only those in the selected frame. + +\(fn)" t nil) + +;;;*** + +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: +;;; imenu-list-autoloads.el ends here