]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant requires of env
authorStefan Kangas <stefan@marxist.se>
Wed, 2 Dec 2020 17:20:46 +0000 (18:20 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 2 Dec 2020 17:20:46 +0000 (18:20 +0100)
* lisp/eshell/esh-var.el:
* lisp/man.el: Don't require 'env'; it is preloaded since version
20.1.

lisp/eshell/esh-var.el
lisp/man.el

index f91fb89412e27777bf7ac4a16615829f7832f4ff..7a80cd868774726b0671dfbd7b21f13da1a260c7 100644 (file)
 (require 'esh-io)
 
 (require 'pcomplete)
-(require 'env)
 (require 'ring)
 
 (defgroup eshell-var nil
index bd55d7eff060b745f7f1e3fb32c181f16eadc1bd..07af5ea0ff074536c02fd7a84269134889b4a24a 100644 (file)
@@ -1109,7 +1109,6 @@ Return the buffer in which the manpage will appear."
         (buffer  (get-buffer bufname)))
     (if buffer
        (Man-notify-when-ready buffer)
-      (require 'env)
       (message "Invoking %s %s in the background" manual-program man-args)
       (setq buffer (generate-new-buffer bufname))
       (with-current-buffer buffer