diff lisp/eshell/esh-module.el @ 33020:e21feeab77fb

See ChangeLog
author John Wiegley <johnw@newartisans.com>
date Sun, 29 Oct 2000 05:18:48 +0000
parents b09ded79f0f9
children 67b464da13ec
line wrap: on
line diff
--- a/lisp/eshell/esh-module.el	Sun Oct 29 04:56:45 2000 +0000
+++ b/lisp/eshell/esh-module.el	Sun Oct 29 05:18:48 2000 +0000
@@ -24,7 +24,9 @@
 
 (provide 'esh-module)
 
-(eval-when-compile (require 'esh-maint) (require 'cl))
+(eval-when-compile
+  (require 'esh-maint)
+  (require 'cl))
 
 (defgroup eshell-module nil
   "The `eshell-module' group is for Eshell extension modules, which
@@ -85,7 +87,7 @@
 		   (equal (file-name-nondirectory byte-compile-current-file)
 			  "esh-modu.el"))))
     (let* ((directory (file-name-directory byte-compile-current-file))
-           (elc-file (expand-file-name "esh-groups.elc" directory)))
+	   (elc-file (expand-file-name "esh-groups.elc" directory)))
       (eshell-load-defgroups directory)
       (if (file-exists-p elc-file) (delete-file elc-file)))))