Skip to content

Commit

Permalink
Fix compile error in ecukes-hooks.el
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored and rejeep committed Feb 20, 2013
1 parent 4d9f38a commit faf433e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecukes-hooks.el
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
;;; ecukes-hooks.el --- A number of hooks that allow us to run code at various points in the test cycle ;;; ecukes-hooks.el --- A number of hooks that allow us to run code at various points in the test cycle


(require 'dash)

(defvar ecukes-hooks-before () (defvar ecukes-hooks-before ()
"List of before hooks.") "List of before hooks.")


Expand Down

0 comments on commit faf433e

Please sign in to comment.