From 0c82a8a080ebfa99f7b17a0b2de5f0fabf722edd Mon Sep 17 00:00:00 2001 From: Rudolf Date: Thu, 26 Nov 2009 15:58:38 +0800 Subject: Added line for including the zencoding-trie data structure --- zencoding-mode.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zencoding-mode.el') diff --git a/zencoding-mode.el b/zencoding-mode.el index 19b6dea..57e2992 100644 --- a/zencoding-mode.el +++ b/zencoding-mode.el @@ -59,6 +59,9 @@ ;; ;;; Code: +;; Include the trie data structure for caching +;(require 'zencoding-trie) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Generic parsing macros and utilities -- cgit v1.2.3