aboutsummaryrefslogtreecommitdiffstats
path: root/zencoding-mode.el
diff options
context:
space:
mode:
authorChris Done <chrisdone@gmail.com>2011-02-08 20:22:10 +0100
committerChris Done <chrisdone@gmail.com>2011-02-08 20:22:10 +0100
commiteaba2134ff1d1d3fd48d30414fed25d2bc58835a (patch)
tree1a0f64a2168fbd8352c4c1b032468be3ed9b8eaf /zencoding-mode.el
parent500675ec730dc6dc911cf1c716002ff888ab0eb9 (diff)
downloademmet-mode-eaba2134ff1d1d3fd48d30414fed25d2bc58835a.tar.lz
emmet-mode-eaba2134ff1d1d3fd48d30414fed25d2bc58835a.tar.xz
emmet-mode-eaba2134ff1d1d3fd48d30414fed25d2bc58835a.zip
Require cl
Diffstat (limited to 'zencoding-mode.el')
-rw-r--r--zencoding-mode.el2
1 files changed, 2 insertions, 0 deletions
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