diff options
| -rw-r--r-- | lisp/eshell/esh-module.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index 67acb6ac99f..fec608fc471 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el | |||
| @@ -71,7 +71,8 @@ customizing the variable `eshell-modules-list'." | |||
| 71 | ;; documentation can be provided when the user customize's | 71 | ;; documentation can be provided when the user customize's |
| 72 | ;; `eshell-modules-list'. | 72 | ;; `eshell-modules-list'. |
| 73 | (eval-when-compile | 73 | (eval-when-compile |
| 74 | (when (and byte-compile-current-file | 74 | (when (and (boundp 'byte-compile-current-file) |
| 75 | byte-compile-current-file | ||
| 75 | (equal (file-name-nondirectory byte-compile-current-file) | 76 | (equal (file-name-nondirectory byte-compile-current-file) |
| 76 | "esh-module.el")) | 77 | "esh-module.el")) |
| 77 | (let* ((directory (file-name-directory byte-compile-current-file)) | 78 | (let* ((directory (file-name-directory byte-compile-current-file)) |