# HG changeset patch # User Stefan Monnier # Date 961773355 0 # Node ID 8f071fd1161df3ba36d4619c72c8f75e13cfdcf3 # Parent cd1bb44e646dc14a0206f47b3535bb8927100de3 Require CL when compiling. diff -r cd1bb44e646d -r 8f071fd1161d lisp/eshell/esh-module.el --- a/lisp/eshell/esh-module.el Fri Jun 23 14:37:24 2000 +0000 +++ b/lisp/eshell/esh-module.el Fri Jun 23 15:15:55 2000 +0000 @@ -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