Require comint.

This commit is contained in:
Chong Yidong 2009-01-01 02:46:11 +00:00
parent 337c7b82c5
commit 6df53d0820

View file

@ -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."