my-emacs-d/elpa/git-gutter-0.78/git-gutter-autoloads.el

100 lines
2.4 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.

;;; git-gutter-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "git-gutter" "git-gutter.el" (21633 45696 229043
;;;;;; 874000))
;;; Generated autoloads from git-gutter.el
(autoload 'git-gutter:linum-setup "git-gutter" "\
Setup for linum-mode.
\(fn)" nil nil)
(autoload 'git-gutter-mode "git-gutter" "\
Git-Gutter mode
\(fn &optional ARG)" t nil)
(defvar global-git-gutter-mode nil "\
Non-nil if Global-Git-Gutter mode is enabled.
See the command `global-git-gutter-mode' 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-git-gutter-mode'.")
(custom-autoload 'global-git-gutter-mode "git-gutter" nil)
(autoload 'global-git-gutter-mode "git-gutter" "\
Toggle Git-Gutter mode in all buffers.
With prefix ARG, enable Global-Git-Gutter mode if ARG is positive;
otherwise, disable it. If called from Lisp, enable the mode if
ARG is omitted or nil.
Git-Gutter mode is enabled in all buffers where
`git-gutter--turn-on' would do it.
See `git-gutter-mode' for more information on Git-Gutter mode.
\(fn &optional ARG)" t nil)
(autoload 'git-gutter:revert-hunk "git-gutter" "\
Revert current hunk.
\(fn)" t nil)
(autoload 'git-gutter:stage-hunk "git-gutter" "\
Stage this hunk like 'git add -p'.
\(fn)" t nil)
(autoload 'git-gutter:popup-hunk "git-gutter" "\
Popup current diff hunk.
\(fn &optional DIFFINFO)" t nil)
(autoload 'git-gutter:next-hunk "git-gutter" "\
Move to next diff hunk
\(fn ARG)" t nil)
(autoload 'git-gutter:previous-hunk "git-gutter" "\
Move to previous diff hunk
\(fn ARG)" t nil)
(autoload 'git-gutter "git-gutter" "\
Show diff information in gutter
\(fn)" t nil)
(autoload 'git-gutter:clear "git-gutter" "\
Clear diff information in gutter.
\(fn)" t nil)
(autoload 'git-gutter:toggle "git-gutter" "\
Toggle to show diff information.
\(fn)" t nil)
(autoload 'git-gutter:set-start-revision "git-gutter" "\
Set start revision. If `start-rev' is nil or empty string then reset
start revision.
\(fn START-REV)" t nil)
(autoload 'git-gutter:update-all-windows "git-gutter" "\
Update git-gutter informations for all visible buffers.
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; git-gutter-autoloads.el ends here