dotemacs

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

aggressive-indent-autoloads.el (2994B)


      1 ;;; aggressive-indent-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 (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from aggressive-indent.el
     13 
     14 (autoload 'aggressive-indent-indent-defun "aggressive-indent" "\
     15 Indent current defun.
     16 Throw an error if parentheses are unbalanced.
     17 If L and R are provided, use them for finding the start and end of defun.
     18 
     19 (fn &optional L R)" t)
     20 (autoload 'aggressive-indent-indent-region-and-on "aggressive-indent" "\
     21 Indent region between L and R, and then some.
     22 Call `aggressive-indent-region-function' between L and R, and
     23 then keep indenting until nothing more happens.
     24 
     25 (fn L R)" t)
     26 (autoload 'aggressive-indent-mode "aggressive-indent" "\
     27 Toggle Aggressive-Indent mode on or off.
     28 
     29 This is a minor mode.  If called interactively, toggle the
     30 `Aggressive-Indent mode' mode.  If the prefix argument is
     31 positive, enable the mode, and if it is zero or negative, disable
     32 the mode.
     33 
     34 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     35 the mode if ARG is nil, omitted, or is a positive number.
     36 Disable the mode if ARG is a negative number.
     37 
     38 To check whether the minor mode is enabled in the current buffer,
     39 evaluate `aggressive-indent-mode'.
     40 
     41 The mode's hook is called both when the mode is enabled and when
     42 it is disabled.
     43 
     44 (fn &optional ARG)" t)
     45 (put 'global-aggressive-indent-mode 'globalized-minor-mode t)
     46 (defvar global-aggressive-indent-mode nil "\
     47 Non-nil if Global Aggressive-Indent mode is enabled.
     48 See the `global-aggressive-indent-mode' command
     49 for a description of this minor mode.
     50 Setting this variable directly does not take effect;
     51 either customize it (see the info node `Easy Customization')
     52 or call the function `global-aggressive-indent-mode'.")
     53 (custom-autoload 'global-aggressive-indent-mode "aggressive-indent" nil)
     54 (autoload 'global-aggressive-indent-mode "aggressive-indent" "\
     55 Toggle Aggressive-Indent mode in all buffers.
     56 With prefix ARG, enable Global Aggressive-Indent mode if ARG is
     57 positive; otherwise, disable it.
     58 
     59 If called from Lisp, toggle the mode if ARG is `toggle'.
     60 Enable the mode if ARG is nil, omitted, or is a positive number.
     61 Disable the mode if ARG is a negative number.
     62 
     63 Aggressive-Indent mode is enabled in all buffers where
     64 `aggressive-indent-mode' would do it.
     65 
     66 See `aggressive-indent-mode' for more information on Aggressive-Indent
     67 mode.
     68 
     69 (fn &optional ARG)" t)
     70 (defalias 'aggressive-indent-global-mode #'global-aggressive-indent-mode)
     71 (register-definition-prefixes "aggressive-indent" '("aggressive-indent-"))
     72 
     73 ;;; End of scraped data
     74 
     75 (provide 'aggressive-indent-autoloads)
     76 
     77 ;; Local Variables:
     78 ;; version-control: never
     79 ;; no-byte-compile: t
     80 ;; no-update-autoloads: t
     81 ;; no-native-compile: t
     82 ;; coding: utf-8-emacs-unix
     83 ;; End:
     84 
     85 ;;; aggressive-indent-autoloads.el ends here