diff options
author | Jakub Narebski <jnareb@gmail.com> | 2007-02-09 09:19:59 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-09 00:52:52 -0800 |
commit | f6f125fbaa79c097f10afdbd7103ec068df10397 (patch) | |
tree | af33e7d9d7424479148731f53ee0f97ea67ce82a /arm | |
parent | b52ba1a5d6c18250f497d3aba03943442766d9e1 (diff) | |
download | git-f6f125fbaa79c097f10afdbd7103ec068df10397.tar.gz |
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>
Diffstat (limited to 'arm')
0 files changed, 0 insertions, 0 deletions