;;; diff-hl-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "diff-hl" "diff-hl.el" (0 0 0 0)) ;;; Generated autoloads from diff-hl.el (autoload 'diff-hl-mode "diff-hl" "\ Toggle VC diff highlighting. This is a minor mode. If called interactively, toggle the `Diff-Hl mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is `toggle'. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `diff-hl-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. \(fn &optional ARG)" t nil) (autoload 'turn-on-diff-hl-mode "diff-hl" "\ Turn on `diff-hl-mode' or `diff-hl-dir-mode' in a buffer if appropriate." nil nil) (autoload 'diff-hl--global-turn-on "diff-hl" "\ Call `turn-on-diff-hl-mode' if the current major mode is applicable." nil nil) (put 'global-diff-hl-mode 'globalized-minor-mode t) (defvar global-diff-hl-mode nil "\ Non-nil if Global Diff-Hl mode is enabled. See the `global-diff-hl-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 `global-diff-hl-mode'.") (custom-autoload 'global-diff-hl-mode "diff-hl" nil) (autoload 'global-diff-hl-mode "diff-hl" "\ Toggle Diff-Hl mode in all buffers. With prefix ARG, enable Global Diff-Hl mode if ARG is positive; otherwise, disable it. If called from Lisp, enable the mode if ARG is omitted or nil. Diff-Hl mode is enabled in all buffers where `diff-hl--global-turn-on' would do it. See `diff-hl-mode' for more information on Diff-Hl mode. \(fn &optional ARG)" t nil) (register-definition-prefixes "diff-hl" '("diff-hl-")) ;;;*** ;;;### (autoloads nil "diff-hl-amend" "diff-hl-amend.el" (0 0 0 0)) ;;; Generated autoloads from diff-hl-amend.el (autoload 'diff-hl-amend-mode "diff-hl-amend" "\ Show changes against the second-last revision in `diff-hl-mode'. Most useful with backends that support rewriting local commits, and most importantly, 'amending' the most recent one. Currently only supports Git, Mercurial and Bazaar. This is a minor mode. If called interactively, toggle the `Diff-Hl-Amend mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is `toggle'. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `diff-hl-amend-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. \(fn &optional ARG)" t nil) (put 'global-diff-hl-amend-mode 'globalized-minor-mode t) (defvar global-diff-hl-amend-mode nil "\ Non-nil if Global Diff-Hl-Amend mode is enabled. See the `global-diff-hl-amend-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 `global-diff-hl-amend-mode'.") (custom-autoload 'global-diff-hl-amend-mode "diff-hl-amend" nil) (autoload 'global-diff-hl-amend-mode "diff-hl-amend" "\ Toggle Diff-Hl-Amend mode in all buffers. With prefix ARG, enable Global Diff-Hl-Amend mode if ARG is positive; otherwise, disable it. If called from Lisp, enable the mode if ARG is omitted or nil. Diff-Hl-Amend mode is enabled in all buffers where `turn-on-diff-hl-amend-mode' would do it. See `diff-hl-amend-mode' for more information on Diff-Hl-Amend mode. \(fn &optional ARG)" t nil) (register-definition-prefixes "diff-hl-amend" '("diff-hl-amend-setup" "turn-on-diff-hl-amend-mode")) ;;;*** ;;;### (autoloads nil "diff-hl-dired" "diff-hl-dired.el" (0 0 0 0)) ;;; Generated autoloads from diff-hl-dired.el (autoload 'diff-hl-dired-mode "diff-hl-dired" "\ Toggle VC diff highlighting on the side of a Dired window. This is a minor mode. If called interactively, toggle the `Diff-Hl-Dired mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is `toggle'. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `diff-hl-dired-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. \(fn &optional ARG)" t nil) (autoload 'diff-hl-dired-mode-unless-remote "diff-hl-dired" nil nil nil) (register-definition-prefixes "diff-hl-dired" '("diff-hl-dired-")) ;;;*** ;;;### (autoloads nil "diff-hl-flydiff" "diff-hl-flydiff.el" (0 0 ;;;;;; 0 0)) ;;; Generated autoloads from diff-hl-flydiff.el (defvar diff-hl-flydiff-mode nil "\ Non-nil if Diff-Hl-Flydiff mode is enabled. See the `diff-hl-flydiff-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 `diff-hl-flydiff-mode'.") (custom-autoload 'diff-hl-flydiff-mode "diff-hl-flydiff" nil) (autoload 'diff-hl-flydiff-mode "diff-hl-flydiff" "\ Perform highlighting on-the-fly. This is a global minor mode. It alters how `diff-hl-mode' works. This is a minor mode. If called interactively, toggle the `Diff-Hl-Flydiff mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is `toggle'. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `(default-value 'diff-hl-flydiff-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. \(fn &optional ARG)" t nil) (register-definition-prefixes "diff-hl-flydiff" '("diff-hl-flydiff")) ;;;*** ;;;### (autoloads nil "diff-hl-margin" "diff-hl-margin.el" (0 0 0 ;;;;;; 0)) ;;; Generated autoloads from diff-hl-margin.el (defvar diff-hl-margin-mode nil "\ Non-nil if Diff-Hl-Margin mode is enabled. See the `diff-hl-margin-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 `diff-hl-margin-mode'.") (custom-autoload 'diff-hl-margin-mode "diff-hl-margin" nil) (autoload 'diff-hl-margin-mode "diff-hl-margin" "\ Toggle displaying `diff-hl-mode' highlights on the margin. This is a minor mode. If called interactively, toggle the `Diff-Hl-Margin mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is `toggle'. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `(default-value 'diff-hl-margin-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. \(fn &optional ARG)" t nil) (register-definition-prefixes "diff-hl-margin" '("diff-hl-")) ;;;*** ;;;### (autoloads nil nil ("diff-hl-pkg.el") (0 0 0 0)) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; diff-hl-autoloads.el ends here