about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-02-04 13:57:47 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2008-02-04 13:57:47 +0100
commit104865bf2f43b26825345d6fcd13ced9ae42c347 (patch)
tree983934371bd43e91e7913485425bb02aa7d59536
parent0630f04094cc6928d2667f4e07cf12c03ca41d2e (diff)
downloadgitsum-104865bf2f43b26825345d6fcd13ced9ae42c347.tar.gz
gitsum-104865bf2f43b26825345d6fcd13ced9ae42c347.tar.xz
gitsum-104865bf2f43b26825345d6fcd13ced9ae42c347.zip
Ensure lexical-let exists when compiling
-rw-r--r--gitsum.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitsum.el b/gitsum.el
index fc3842f..d28e65e 100644
--- a/gitsum.el
+++ b/gitsum.el
@@ -9,6 +9,8 @@
 ;; Version: 0.2
 ;; 04feb2008  +chris+
 
+(eval-when-compile (require 'cl))
+
 (easy-mmode-defmap gitsum-diff-mode-shared-map
   '(("c" . gitsum-commit)
     ("u" . gitsum-undo)