From 6df53d0820f9a3cd627add56d297c51d67f911dd Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 1 Jan 2009 02:46:11 +0000 Subject: [PATCH] Require comint. --- lisp/hippie-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2