summaryrefslogtreecommitdiff
path: root/lisp/hippie-exp.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-01-01 02:46:11 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-01-01 02:46:11 +0000
commit6df53d0820f9a3cd627add56d297c51d67f911dd (patch)
tree584ff3ca313f3d75d52979f172598b7304773316 /lisp/hippie-exp.el
parent337c7b82c5136c180171355da14af8e765159c9d (diff)
downloademacs-6df53d0820f9a3cd627add56d297c51d67f911dd.tar.gz
Require comint.
Diffstat (limited to 'lisp/hippie-exp.el')
-rw-r--r--lisp/hippie-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el
index d3a06b8bd29..ba1c4a0746b 100644
--- a/lisp/hippie-exp.el
+++ b/lisp/hippie-exp.el
@@ -167,7 +167,7 @@
;;; Code:
-(eval-when-compile (require 'comint))
+(require 'comint)
(defgroup hippie-expand nil
"Expand text trying various ways to find its expansion."