dotemacs

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

imenu-list-autoloads.el (2403B)


      1 ;;; imenu-list-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 imenu-list.el
     13 
     14 (autoload 'imenu-list-noselect "imenu-list" "\
     15 Update and show the imenu-list buffer, but don't select it.
     16 If the imenu-list buffer doesn't exist, create it." t)
     17 (autoload 'imenu-list "imenu-list" "\
     18 Update and show the imenu-list buffer.
     19 If the imenu-list buffer doesn't exist, create it." t)
     20 (defvar imenu-list-minor-mode nil "\
     21 Non-nil if Imenu-List minor mode is enabled.
     22 See the `imenu-list-minor-mode' command
     23 for a description of this minor mode.
     24 Setting this variable directly does not take effect;
     25 either customize it (see the info node `Easy Customization')
     26 or call the function `imenu-list-minor-mode'.")
     27 (custom-autoload 'imenu-list-minor-mode "imenu-list" nil)
     28 (autoload 'imenu-list-minor-mode "imenu-list" "\
     29 Toggle Imenu-List minor mode on or off.
     30 
     31 This is a global minor mode.  If called interactively, toggle the
     32 `Imenu-List minor mode' mode.  If the prefix argument is
     33 positive, enable the mode, and if it is zero or negative, disable
     34 the mode.
     35 
     36 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     37 the mode if ARG is nil, omitted, or is a positive number.
     38 Disable the mode if ARG is a negative number.
     39 
     40 To check whether the minor mode is enabled in the current buffer,
     41 evaluate `(default-value \\='imenu-list-minor-mode)'.
     42 
     43 The mode's hook is called both when the mode is enabled and when
     44 it is disabled.
     45 
     46 (fn &optional ARG)" t)
     47 (autoload 'imenu-list-smart-toggle "imenu-list" "\
     48 Enable or disable `imenu-list-minor-mode' according to buffer's visibility.
     49 If the imenu-list buffer is displayed in any window, disable
     50 `imenu-list-minor-mode', otherwise enable it.
     51 Note that all the windows in every frame searched, even invisible ones, not
     52 only those in the selected frame." t)
     53 (register-definition-prefixes "imenu-list" '("imenu-list-"))
     54 
     55 ;;; End of scraped data
     56 
     57 (provide 'imenu-list-autoloads)
     58 
     59 ;; Local Variables:
     60 ;; version-control: never
     61 ;; no-byte-compile: t
     62 ;; no-update-autoloads: t
     63 ;; no-native-compile: t
     64 ;; coding: utf-8-emacs-unix
     65 ;; End:
     66 
     67 ;;; imenu-list-autoloads.el ends here