;;; highlight-indentation-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "highlight-indentation" "highlight-indentation.el" ;;;;;; (0 0 0 0)) ;;; Generated autoloads from highlight-indentation.el (autoload 'highlight-indentation-mode "highlight-indentation" "\ Highlight indentation minor mode highlights indentation based on spaces If called interactively, enable Highlight-Indentation mode if ARG is positive, and disable it if ARG is zero or negative. If called from Lisp, also enable the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'; disable the mode otherwise. \(fn &optional ARG)" t nil) (autoload 'highlight-indentation-set-offset "highlight-indentation" "\ Set indentation offset localy in buffer, will prevent highlight-indentation from trying to guess indentation offset from major mode \(fn OFFSET)" t nil) (autoload 'highlight-indentation-current-column-mode "highlight-indentation" "\ Hilight Indentation minor mode displays a vertical bar corresponding to the indentation of the current line If called interactively, enable Highlight-Indentation-Current-Column mode if ARG is positive, and disable it if ARG is zero or negative. If called from Lisp, also enable the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'; disable the mode otherwise. \(fn &optional ARG)" t nil) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "highlight-indentation" '("highlight-indentation-"))) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; highlight-indentation-autoloads.el ends here