diff options
Diffstat (limited to 'zencoding-mode.el')
-rw-r--r-- | zencoding-mode.el | 2 |
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 |