about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-02-04 13:47:58 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2008-02-04 13:47:58 +0100
commit937876a43d025e1e8da42a23ef16b0df8f2d8175 (patch)
tree6cef1b982b517ce75346864d95e2de03979766b9
parent4c5ca17ff43ab7727cfff8d7794067022cfbd47f (diff)
downloadgitsum-937876a43d025e1e8da42a23ef16b0df8f2d8175.tar.gz
gitsum-937876a43d025e1e8da42a23ef16b0df8f2d8175.tar.xz
gitsum-937876a43d025e1e8da42a23ef16b0df8f2d8175.zip
Require git
-rw-r--r--gitsum.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitsum.el b/gitsum.el
index 46764b7..9ac106d 100644
--- a/gitsum.el
+++ b/gitsum.el
@@ -9,6 +9,8 @@
 ;; Version: 0.2
 ;; 04feb2008  +chris+
 
+(require 'git)
+
 (easy-mmode-defmap gitsum-diff-mode-shared-map
   '(("c" . gitsum-commit)
     ("u" . gitsum-undo)