;;; git-commit-mode-autoloads.el --- automatically extracted autoloads ;; ;;; Code: ;;;### (autoloads (git-commit-mode) "git-commit-mode" "git-commit-mode.el" ;;;;;; (21452 9988 0 0)) ;;; 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) (dolist (pattern '("/COMMIT_EDITMSG\\'" "/NOTES_EDITMSG\\'" "/MERGE_MSG\\'" "/TAG_EDITMSG\\'" "/PULLREQ_EDITMSG\\'")) (add-to-list 'auto-mode-alist (cons pattern 'git-commit-mode))) ;;;*** ;;;### (autoloads nil nil ("git-commit-mode-pkg.el") (21452 9988 ;;;;;; 183745 0)) ;;;*** (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