aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-01 17:10:51 +0000
committerJuanma Barranquero2002-10-01 17:10:51 +0000
commitc45dbde8d652bbb0178f5bde4563c348d63e6c87 (patch)
treef705de4cf1994290cd0c68d1d1d5d370596d7e76 /lisp/eshell
parent0a10297a064822f10484f3c08d03f18b3fd5a3e4 (diff)
downloademacs-c45dbde8d652bbb0178f5bde4563c348d63e6c87.tar.gz
emacs-c45dbde8d652bbb0178f5bde4563c348d63e6c87.zip
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'."
44 (with-current-buffer 44 (with-current-buffer
45 (find-file-noselect (expand-file-name "esh-groups.el" directory)) 45 (find-file-noselect (expand-file-name "esh-groups.el" directory))
46 (erase-buffer) 46 (erase-buffer)
47 (insert ";;; do not modify this file; it is auto-generated\n\n") 47 (insert ";;; do not modify this file; it is auto-generated -*- no-byte-compile: t -*-\n\n")
48 (let ((files (directory-files (or directory 48 (let ((files (directory-files (or directory
49 (car command-line-args-left)) 49 (car command-line-args-left))
50 nil "\\`em-.*\\.el\\'"))) 50 nil "\\`em-.*\\.el\\'")))