From 585ebe5e1d212c12ad9382ad5000c35a1f42d00c Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 23 Apr 2010 18:37:48 +0900 Subject: [PATCH] require dabbrev. --- elisp/ghc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elisp/ghc.el b/elisp/ghc.el index 434f803..c009204 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -25,6 +25,7 @@ (require 'ghc-doc) (require 'ghc-flymake) (require 'ghc-command) +(require 'dabbrev) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;