Add git-status and git-blame autoloads for emacs

This commit is contained in:
jwboyer 2007-06-26 11:27:51 +00:00
parent e46bac574f
commit aed6e3618e

View File

@ -1,2 +1,5 @@
;; Git VC backend
(add-to-list 'vc-handled-backends 'GIT t)
(autoload 'git-status "git" "GIT mode." t)
(autoload 'git-blame-mode "git-blame"
"Minor mode for incremental blame for Git." t)