aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
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\\'")))