[PATCH 2/2] Better installation instructions

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Karl
Date: Sunday, October 22, 2006 - 11:46 am

From: Karl Hasselstr=C3=B6m <kha@yoghurt.hemma.treskal.com>

Provide some more detailed installation instructions, for the
elisp-challenged among us.

Signed-off-by: Karl Hasselstr=C3=B6m <kha@treskal.com>
---

 contrib/emacs/vc-git.el |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index 1ec228f..535ce97 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -23,7 +23,10 @@
 ;; system.
 ;;
 ;; To install: put this file on the load-path and add GIT to the list
-;; of supported backends in `vc-handled-backends'.
+;; of supported backends in `vc-handled-backends'; the following line,
+;; placed in your ~/.emacs, will accomplish this:
+;;
+;;     (add-to-list 'vc-handled-backends 'GIT)
 ;;
 ;; TODO
 ;;  - changelog generation
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] Two minor fixes for vc-git, Karl , (Sun Oct 22, 11:41 am)
[PATCH 1/2] ignore-errors requires cl, Karl , (Sun Oct 22, 11:46 am)
[PATCH 2/2] Better installation instructions, Karl , (Sun Oct 22, 11:46 am)