mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 8f6f2705a38e2515b6c57fda12c5be29fb9a798f
commit | author | age
5cb5f7 1 ;;; git-commit-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "git-commit" "git-commit.el" (0 0 0 0))
10 ;;; Generated autoloads from git-commit.el
11
12 (defvar global-git-commit-mode t "\
13 Non-nil if Global Git-Commit mode is enabled.
14 See the `global-git-commit-mode' command
15 for a description of this minor mode.
16 Setting this variable directly does not take effect;
17 either customize it (see the info node `Easy Customization')
18 or call the function `global-git-commit-mode'.")
19
20 (custom-autoload 'global-git-commit-mode "git-commit" nil)
21
22 (autoload 'global-git-commit-mode "git-commit" "\
23 Edit Git commit messages.
24 This global mode arranges for `git-commit-setup' to be called
25 when a Git commit message file is opened.  That usually happens
26 when Git uses the Emacsclient as $GIT_EDITOR to have the user
27 provide such a commit message.
28
29 \(fn &optional ARG)" t nil)
30
31 (defconst git-commit-filename-regexp "/\\(\\(\\(COMMIT\\|NOTES\\|PULLREQ\\|TAG\\)_EDIT\\|MERGE_\\|\\)MSG\\|\\(BRANCH\\|EDIT\\)_DESCRIPTION\\)\\'")
32
33 (autoload 'git-commit-setup-check-buffer "git-commit" "\
34
35
36 \(fn)" nil nil)
37
38 (autoload 'git-commit-setup "git-commit" "\
39
40
41 \(fn)" nil nil)
42
43 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "git-commit" '("git-commit-")))
44
45 ;;;***
46
47 ;; Local Variables:
48 ;; version-control: never
49 ;; no-byte-compile: t
50 ;; no-update-autoloads: t
51 ;; coding: utf-8
52 ;; End:
53 ;;; git-commit-autoloads.el ends here