From 04f9dc47975a470b9708f0dccb84e77c74afbafa Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 23 Jun 2000 15:15:55 +0000 Subject: [PATCH] Require CL when compiling. --- lisp/eshell/esh-module.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index 7de8aecbd73..ec1345f9561 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el @@ -2,6 +2,10 @@ ;; Copyright (C) 1999, 2000 Free Sofware Foundation +;; Author: John Wiegley +;; Keywords: processes +;; X-URL: http://www.emacs.org/~johnw/eshell.html + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -21,7 +25,7 @@ (provide 'esh-module) -(eval-when-compile (require 'esh-maint)) +(eval-when-compile (require 'esh-maint) (require 'cl)) (defgroup eshell-module nil "The `eshell-module' group is for Eshell extension modules, which -- 2.11.4.GIT