aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-tramp.el2
-rw-r--r--lisp/eshell/em-xtra.el2
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/eshell/em-tramp.el b/lisp/eshell/em-tramp.el
index e322cea1e21..e2da3468aba 100644
--- a/lisp/eshell/em-tramp.el
+++ b/lisp/eshell/em-tramp.el
@@ -32,6 +32,8 @@
32 (require 'eshell) 32 (require 'eshell)
33 (require 'tramp)) 33 (require 'tramp))
34 34
35;; There are no items in this custom group, but eshell modules (ab)use
36;; custom groups.
35;;;###autoload 37;;;###autoload
36(progn 38(progn
37 (defgroup eshell-tramp nil 39 (defgroup eshell-tramp nil
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el
index 7b80f64d629..89814467d1f 100644
--- a/lisp/eshell/em-xtra.el
+++ b/lisp/eshell/em-xtra.el
@@ -29,6 +29,8 @@
29 (require 'pcomplete)) 29 (require 'pcomplete))
30(require 'compile) 30(require 'compile)
31 31
32;; There are no items in this custom group, but eshell modules (ab)use
33;; custom groups.
32;;;###autoload 34;;;###autoload
33(progn 35(progn
34(defgroup eshell-xtra nil 36(defgroup eshell-xtra nil