Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.6 KiB

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