git-blame: Change installation instructions
commitf6f125fbaa79c097f10afdbd7103ec068df10397
authorJakub Narebski <jnareb@gmail.com>
Fri, 9 Feb 2007 08:19:59 +0000 (9 09:19 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Feb 2007 08:52:52 +0000 (9 00:52 -0800)
treeaf33e7d9d7424479148731f53ee0f97ea67ce82a
parentb52ba1a5d6c18250f497d3aba03943442766d9e1
git-blame: Change installation instructions

Change installation instructions to using either "(require 'git-blame)"
or appropriate autoload instruction in GNU Emacs init file, .emacs
This required adding "(provide 'git-blame)" at the end of git-blame.el
and adding [preliminary] docstring to `git-blame-mode' function for
consistency (to mark function as interactive in `autoload' we have to
provide docstring as DOCSTRING is third arg, and INTERACTIVE fourth,
and both are optional).  `git-blame-mode' is marked to autoload.

While at it ensure that we add `git-blame-mode' to `minor-mode-alist'
only once (in a way that does not depend on `cl' package).

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/emacs/git-blame.el