38 lines
1,014 B
EmacsLisp
38 lines
1,014 B
EmacsLisp
|
;;; git-commit-mode-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
|
|||
|
|
|||
|
;;;### (autoloads (git-commit-mode) "git-commit-mode" "git-commit-mode.el"
|
|||
|
;;;;;; (21607 37947 797870 334000))
|
|||
|
;;; Generated autoloads from git-commit-mode.el
|
|||
|
|
|||
|
(autoload 'git-commit-mode "git-commit-mode" "\
|
|||
|
Major mode for editing git commit messages.
|
|||
|
|
|||
|
This mode helps with editing git commit messages both by
|
|||
|
providing commands to do common tasks, and by highlighting the
|
|||
|
basic structure of and errors in git commit messages.
|
|||
|
|
|||
|
\(fn)" t nil)
|
|||
|
|
|||
|
(add-to-list 'auto-mode-alist '("/MERGE_MSG\\'" . git-commit-mode))
|
|||
|
|
|||
|
(add-to-list 'auto-mode-alist '("/\\(?:COMMIT\\|NOTES\\|TAG\\|PULLREQ\\)_EDITMSG\\'" . git-commit-mode))
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;;;### (autoloads nil nil ("git-commit-mode-pkg.el") (21607 37947
|
|||
|
;;;;;; 903089 998000))
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
(provide 'git-commit-mode-autoloads)
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; coding: utf-8
|
|||
|
;; End:
|
|||
|
;;; git-commit-mode-autoloads.el ends here
|