From: Karl Hasselström <kha@xxxxxxxxxxx> Signed-off-by: Karl Hasselström <kha@xxxxxxxxxxx> Signed-off-by: David Kågedal <davidk@xxxxxxxxxxxxxx> --- contrib/stgit.el | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/contrib/stgit.el b/contrib/stgit.el index 09dec8b..cce0c0e 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -1,3 +1,14 @@ +;; stgit.el: An emacs mode for StGit +;; +;; Copyright (C) 2007 David Kågedal <davidk@xxxxxxxxxxxxxx> +;; +;; To install: put this file on the load-path and place the following +;; in your .emacs file: +;; +;; (require 'stgit) +;; +;; To start: `M-x stgit' + (defun stgit (dir) "Manage stgit patches" (interactive "DDirectory: \n") @@ -146,3 +157,5 @@ Commands: "Display help for the StGit mode." (interactive) (describe-function 'stgit-mode)) + +(provide 'stgit) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html