Skip to content

Commit

Permalink
Ensure lexical-let exists when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Feb 4, 2008
1 parent 0630f04 commit 104865b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitsum.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 104865b

Please sign in to comment.