changeset 100808:550d3029fe3b

Require comint.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 Jan 2009 02:46:11 +0000
parents bd6146af474e
children 20cb69cb50a9
files lisp/hippie-exp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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."