my-emacs-d/elpa/git-commit-20161009.252/git-commit-autoloads.el

37 lines
1.1 KiB
EmacsLisp
Raw Normal View History

2016-02-24 22:06:01 +00:00
;;; git-commit-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
2016-10-03 11:57:29 +00:00
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
2016-02-24 22:06:01 +00:00
2016-10-10 08:39:36 +00:00
;;;### (autoloads nil "git-commit" "git-commit.el" (22523 21254 332484
;;;;;; 538000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from git-commit.el
(defvar global-git-commit-mode t "\
2016-10-03 11:57:29 +00:00
Non-nil if Global Git-Commit mode is enabled.
See the `global-git-commit-mode' command
for a description of this minor mode.
2016-02-24 22:06:01 +00:00
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `global-git-commit-mode'.")
(custom-autoload 'global-git-commit-mode "git-commit" nil)
(autoload 'global-git-commit-mode "git-commit" "\
Edit Git commit messages.
This global mode arranges for `git-commit-setup' to be called
when a Git commit message file is opened. That usually happens
when Git uses the Emacsclient as $GIT_EDITOR to have the user
provide such a commit message.
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; git-commit-autoloads.el ends here