diff options
| author | Stephen Leake | 2019-04-11 14:00:02 -0700 |
|---|---|---|
| committer | Stephen Leake | 2019-04-11 14:00:02 -0700 |
| commit | 7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch) | |
| tree | e0cfcb59937ca0528fb81769d7d48a904a91f5dc /lisp/eshell/esh-module.el | |
| parent | 7768581172e11be52b1fcd8224f4594e126bbdb7 (diff) | |
| parent | de238b39e335c6814283faa171b35145f124edf2 (diff) | |
| download | emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip | |
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'lisp/eshell/esh-module.el')
| -rw-r--r-- | lisp/eshell/esh-module.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index 2583044a446..1911a49a3a4 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el | |||
| @@ -22,9 +22,6 @@ | |||
| 22 | 22 | ||
| 23 | ;;; Code: | 23 | ;;; Code: |
| 24 | 24 | ||
| 25 | (provide 'esh-module) | ||
| 26 | |||
| 27 | (require 'eshell) | ||
| 28 | (require 'esh-util) | 25 | (require 'esh-util) |
| 29 | 26 | ||
| 30 | (defgroup eshell-module nil | 27 | (defgroup eshell-module nil |
| @@ -101,4 +98,5 @@ customization group. Example: `eshell-cmpl' for that module." | |||
| 101 | (unload-feature module) | 98 | (unload-feature module) |
| 102 | (message "Unloading %s...done" (symbol-name module)))))) | 99 | (message "Unloading %s...done" (symbol-name module)))))) |
| 103 | 100 | ||
| 101 | (provide 'esh-module) | ||
| 104 | ;;; esh-module.el ends here | 102 | ;;; esh-module.el ends here |