emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp hippie-exp.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp hippie-exp.el
Date: Thu, 01 Jan 2009 02:46:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/01 02:46:12

Modified files:
        lisp           : hippie-exp.el 

Log message:
        Require comint.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/hippie-exp.el?cvsroot=emacs&r1=1.38&r2=1.39

Patches:
Index: hippie-exp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/hippie-exp.el,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- hippie-exp.el       3 Dec 2008 05:48:27 -0000       1.38
+++ hippie-exp.el       1 Jan 2009 02:46:11 -0000       1.39
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]