From eaba2134ff1d1d3fd48d30414fed25d2bc58835a Mon Sep 17 00:00:00 2001 From: Chris Done Date: Tue, 8 Feb 2011 20:22:10 +0100 Subject: Require cl --- zencoding-mode.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zencoding-mode.el') diff --git a/zencoding-mode.el b/zencoding-mode.el index acc1fa9..ea3ca62 100644 --- a/zencoding-mode.el +++ b/zencoding-mode.el @@ -62,6 +62,8 @@ ;; Include the trie data structure for caching ;(require 'zencoding-trie) +(require 'cl) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Generic parsing macros and utilities -- cgit v1.2.3