summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-01 17:10:51 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-01 17:10:51 +0000
commitc45dbde8d652bbb0178f5bde4563c348d63e6c87 (patch)
treef705de4cf1994290cd0c68d1d1d5d370596d7e76 /lisp/eshell
parent0a10297a064822f10484f3c08d03f18b3fd5a3e4 (diff)
downloademacs-c45dbde8d652bbb0178f5bde4563c348d63e6c87.tar.gz
Add "no-byte-compile: t" to subdirs.el.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-module.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el
index 176c6b33eeb..a7a2a280c93 100644
--- a/lisp/eshell/esh-module.el
+++ b/lisp/eshell/esh-module.el
@@ -44,7 +44,7 @@ customizing the variable `eshell-modules-list'."
(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\\'")))