;;; git-commit-mode-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (or (file-name-directory #$) (car load-path))) ;;;### (autoloads nil "git-commit-mode" "git-commit-mode.el" (21837 ;;;;;; 24197 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) (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)) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; End: ;;; git-commit-mode-autoloads.el ends here