diff lisp/hippie-exp.el @ 100808:550d3029fe3b

Require comint.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 Jan 2009 02:46:11 +0000
parents d42aff5ca541
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/hippie-exp.el	Thu Jan 01 02:45:50 2009 +0000
+++ b/lisp/hippie-exp.el	Thu Jan 01 02:46:11 2009 +0000
@@ -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."