Files
dotfiles/emacs/.emacs.d/elpa/diff-hl-20170709.2000/diff-hl-autoloads.el
2018-01-09 04:06:05 +01:00

148 lines
4.5 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;;; diff-hl-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "diff-hl" "diff-hl.el" (23122 58398 15691 845000))
;;; Generated autoloads from diff-hl.el
(autoload 'diff-hl-mode "diff-hl" "\
Toggle VC diff highlighting.
\(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.
\(fn)" nil nil)
(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
`turn-on-diff-hl-mode' would do it.
See `diff-hl-mode' for more information on Diff-Hl mode.
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil "diff-hl-amend" "diff-hl-amend.el" (23122 58398
;;;;;; 25691 894000))
;;; 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.
\(fn &optional ARG)" t nil)
(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)
;;;***
;;;### (autoloads nil "diff-hl-dired" "diff-hl-dired.el" (23122 58398
;;;;;; 42358 643000))
;;; 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.
\(fn &optional ARG)" t nil)
(autoload 'diff-hl-dired-mode-unless-remote "diff-hl-dired" "\
\(fn)" nil nil)
;;;***
;;;### (autoloads nil "diff-hl-flydiff" "diff-hl-flydiff.el" (23122
;;;;;; 58398 9025 145000))
;;; 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.
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil "diff-hl-margin" "diff-hl-margin.el" (23122
;;;;;; 58397 999025 96000))
;;; 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.
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil nil ("diff-hl-pkg.el") (23122 58398 35691 944000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; diff-hl-autoloads.el ends here