aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorStefan Kangas2020-12-02 18:20:46 +0100
committerStefan Kangas2020-12-02 18:20:46 +0100
commit77ee32c034a1a381d302af0cb54eede7a4dbec60 (patch)
tree17a2f88def59796abeb6354befef7fe3f40f9e4b /lisp/eshell
parenteff6f0c7f123a79d376f5b06c3a946efb797bb03 (diff)
downloademacs-77ee32c034a1a381d302af0cb54eede7a4dbec60.tar.gz
emacs-77ee32c034a1a381d302af0cb54eede7a4dbec60.zip
Remove redundant requires of env
* lisp/eshell/esh-var.el: * lisp/man.el: Don't require 'env'; it is preloaded since version 20.1.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-var.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index f91fb89412e..7a80cd86877 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -113,7 +113,6 @@
113(require 'esh-io) 113(require 'esh-io)
114 114
115(require 'pcomplete) 115(require 'pcomplete)
116(require 'env)
117(require 'ring) 116(require 'ring)
118 117
119(defgroup eshell-var nil 118(defgroup eshell-var nil