1
0
mirror of https://github.com/git/git.git synced 2024-10-01 09:33:22 +02:00
git/contrib/emacs
Jakub Narebski f6f125fbaa 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>
2007-02-09 00:52:52 -08:00
..
.gitignore
git-blame.el git-blame: Change installation instructions 2007-02-09 00:52:52 -08:00
git.el [PATCH] Rename git-repo-config to git-config. 2007-01-28 16:16:53 -08:00
Makefile
vc-git.el vc-git.el: Take into account the destination name in vc-checkout. 2007-01-26 15:38:27 -08:00