diff options
Diffstat (limited to 'lisp/eshell/esh-module.el')
-rw-r--r-- | lisp/eshell/esh-module.el | 2 |
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\\'"))) |