diff lisp/eshell/esh-module.el @ 47727:53a1d514b214

Add "no-byte-compile: t" to subdirs.el.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 01 Oct 2002 17:10:51 +0000
parents 67b464da13ec
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/eshell/esh-module.el	Tue Oct 01 17:06:54 2002 +0000
+++ b/lisp/eshell/esh-module.el	Tue Oct 01 17:10:51 2002 +0000
@@ -44,7 +44,7 @@
   (with-current-buffer
       (find-file-noselect (expand-file-name "esh-groups.el" directory))
     (erase-buffer)
-    (insert ";;; do not modify this file; it is auto-generated\n\n")
+    (insert ";;; do not modify this file; it is auto-generated -*- no-byte-compile: t -*-\n\n")
     (let ((files (directory-files (or directory
 				      (car command-line-args-left))
 				  nil "\\`em-.*\\.el\\'")))