Files
memex/0_inbox/Scrivener_Emacs_Vim/elpa/git-commit-mode-20140605.520/git-commit-mode-autoloads.el

36 lines
1.0 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;;; 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